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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HtmlCorrectingEventArgs :
    EventArgs

Remarks

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

<dx:ASPxHtmlEditor ID="ASPxHtmlEditor1" OnHtmlCorrecting="ASPxHtmlEditor1_HtmlCorrecting" runat="server">
...
</dx:ASPxHtmlEditor>

Inheritance

Object
EventArgs
HtmlCorrectingEventArgs
See Also