constructor(text, interval, handled) Constructor
Initializes a new instance of the ASPxClientRichEditAutoCorrectEventArgs object. For internal use only.
Declaration
constructor(
text: any,
interval: any,
handled: any
)
Parameters
Name | Type | Description |
---|---|---|
text | any | The input string to check whether it should be replaced. |
interval | any | The Interval object specifying the input string. |
handled | any |
|
See Also