ASPxClientSpellChecker.WordChanged Event
Occurs after a word is changed in a checked text.
Declaration
WordChanged: ASPxClientEvent<ASPxClientWordChangedEventHandler<ASPxClientSpellChecker>>
Event Data
The WordChanged 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