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 |
|
| 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