HtmlEditorValidationEventArgs Class
Provides data for the ASPxHtmlEditor’s ASPxHtmlEditor.Validation event.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also