ASPxClientSpellChecker Events
Represents the client-side equivalent of the ASPxSpellChecker class.| Name | Description |
|---|---|
| AfterCheck | Client-side event that occurs when a spell check is finished. |
| BeforeCheck | Client-side event that occurs before the spell check starts. |
| CheckCompleteFormShowing | Client-side event that occurs before a message box informing about process completion is shown. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| WordChanged | Occurs after a word is changed in a checked text. |
See Also