ASPxClientSpellChecker.BeforeCheck Event
In This Article
Client-side event that occurs before the spell check starts.
#Declaration
TypeScript
BeforeCheck: ASPxClientEvent<ASPxClientBeforeCheckEventHandler<ASPxClientSpellChecker>>
#Event Data
The BeforeCheck event's data class is ASPxClientSpellCheckerBeforeCheckEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
cancel |
Specifies whether to cancel the related action (for example, row edit, export).
Inherited from ASPx |
control |
Gets the programmatic identifier assigned to the control which is going to be checked. |
See Also