ASPxClientRichEditAutoCorrectEventArgs Members
Provides data for the ASPxClientRichEdit.AutoCorrect event.Constructors
| Name | Description |
|---|---|
| constructor(text, interval, handled) | Initializes a new instance of the ASPxClientRichEditAutoCorrectEventArgs object. For internal use only. |
Properties
| Name | Description |
|---|---|
| handled | Specifies whether the event is handled. |
| interval | Gets the input string’s interval. |
| text | Gets the input string to check whether it should be replaced. |
See Also