SpellCheckerClientSideEvents Properties
Contains a client-side ASPxSpellChecker’s event list.Name | Description |
---|---|
AfterCheck | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpellChecker.AfterCheck event. |
BeforeCheck | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpellChecker.BeforeCheck event. |
BeginCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase. |
CallbackError | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase. |
CheckCompleteFormShowing | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientSpellChecker.CheckCompleteFormShowing event. |
EndCallback | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
WordChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client-side ASPxClientSpellChecker.WordChanged event. |
See Also