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

ASPxClientSpellCheckerBeforeCheckEventArgs Properties

Provides data for an event that occurs before a spelling check is started. Represents the client-side equivalent of the BeforeCheckEventArgs class.
Name 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