Skip to main content

HtmlCorrectingEventArgs Properties

Provides data for the ASPxHtmlEditor.HtmlCorrecting event that allows any custom check or transformation of the editor’s HTML code to be perfromed.
Name Description
Handled Gets or sets whether an HTML markup correcting operation is handled manually, so no default processing is required.
Html Gets or sets the HTML markup representing the HtmlCorrectingEventArgs‘s content.
See Also