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

HtmlCorrectingEventArgs Class

Provides data for the ASPxHtmlEditor.HtmlCorrecting event that allows any custom check or transformation of the editor’s HTML code to be perfromed.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public class HtmlCorrectingEventArgs :
    EventArgs

Remarks

HtmlCorrectingEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object
EventArgs
HtmlCorrectingEventArgs
See Also