Back to Devexpress

HtmlEditorValidationEventArgs Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-08ea6f15.md

latest1.7 KB
Original Source

HtmlEditorValidationEventArgs Class

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorValidationEventArgs :
    EventArgs
vb
Public Class HtmlEditorValidationEventArgs
    Inherits EventArgs

HtmlEditorValidationEventArgs is the data class for the following events:

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

HtmlEditorValidationEventArgs Members

DevExpress.Web.ASPxHtmlEditor Namespace