Skip to main content

ASPxClientSpellChecker.BeforeCheck Event

Client-side event that occurs before the spell check starts.

Declaration

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 ASPxClientCancelEventArgs.
controlId Gets the programmatic identifier assigned to the control which is going to be checked.
See Also