ASPxClientSpellChecker.AfterCheck Event
Client-side event that occurs when a spell check is finished.
Declaration
AfterCheck: ASPxClientEvent<ASPxClientAfterCheckEventHandler<ASPxClientSpellChecker>>
Event Data
The AfterCheck event's data class is ASPxClientSpellCheckerAfterCheckEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| checkedText | Gets the text that has been checked. |
| controlId | Gets the programmatic identifier assigned to the control which has been checked. |
| reason | Gets a value specifying whether spell checking is finished or stopped by the user. |
See Also