Skip to main content

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

true if the event is handled and no default processing is required; otherwise false.

See Also