Skip to main content

HtmlEditorValidationEventArgs Class

Provides data for the ASPxHtmlEditor’s ASPxHtmlEditor.Validation event.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorValidationEventArgs :
    EventArgs

Remarks

Objects of the HtmlEditorValidationEventArgs type are used as arguments for the ASPxHtmlEditor.Validation event, generated on the server side.

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

Inheritance

Object
EventArgs
HtmlEditorValidationEventArgs
See Also