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

ASPxClientSpellCheckerBeforeCheckEventArgs Members

Provides data for an event that occurs before a spelling check is started. Represents the client-side equivalent of the BeforeCheckEventArgs class.

Constructors

Name Description
constructor(controlId) Initializes a new instance of the ASPxClientSpellCheckerBeforeCheckEventArgs class with specified settings.

Properties

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