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

constructor(html, isValid, errorText) Constructor

Initializes a new instance of the ASPxClientHtmlEditorValidationEventArgs class.

Declaration

constructor(
    html: string,
    isValid: boolean,
    errorText: boolean
)

Parameters

Name Type Description
html string

A string value that specifies the HTML content to validate. This value is assigned to the ASPxClientHtmlEditorValidationEventArgs.html property.

isValid boolean

true if the validation has been completed successfully; otherwise, false. This value is assigned to the ASPxClientHtmlEditorValidationEventArgs.isValid property.

errorText boolean

A string value representing the error description. This value is assigned to the ASPxClientHtmlEditorValidationEventArgs.errorText property.

Remarks

For internal use only.

See Also