Skip to main content
A newer version of this page is available. .

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 Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
controlId Gets the programmatic identifier assigned to the control which is going to be checked.
See Also