AutoEventWireup Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether client-side events of editable controls are autowired when spell as you type is enabled.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public virtual bool AutoEventWireup { get; set; }
Visual Basic
Public Overridable Property AutoEventWireup As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AutoEventWireup {
	bool get ();
	void set (bool value);
}

Field Value

true if client-side events of editable controls are autowired when SpellAsYouType is enabled; otherwise, false. The default value is true.

Remarks

Use this property to autowire client-side events of editable controls. This feature can be used only when spell as you type is enabled.

See Also