Skip to main content
A newer version of this page is available. .

constructor(text, interval, handled) Constructor

Initializes a new instance of the ASPxClientRichEditAutoCorrectEventArgs object. For internal use only.

Declaration

constructor(
    text: string,
    interval: Interval,
    handled: boolean
)

Parameters

Name Type Description
text string

The input string to check whether it should be replaced.

interval Interval

The Interval object specifying the input string.

handled boolean

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

See Also