ASPxClientSpellCheckerAfterCheckEventArgs Members
Provides data for the client event that occurs after a spelling check is complete.Constructors
| Name | Description |
|---|---|
| constructor(controlId, checkedText) | Initializes a new instance of the class. |
Properties
| Name | Description |
|---|---|
| checkedText | Gets the text that has been checked. |
| controlId | Gets the programmatic identifier assigned to the control which has been checked. |
| reason | Gets a value specifying whether spell checking is finished or stopped by the user. |
See Also