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 | 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