Back to Devexpress

ValidationEventArgs Class

aspnet-devexpress-dot-web-22b94b27.md

latest1.3 KB
Original Source

ValidationEventArgs Class

Provides data for editor validation events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ValidationEventArgs is the data class for the following events:

Remarks

Objects of the ValidationEventArgs type are used as arguments for the ASPxEdit.Validation event generated on the server side.

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

Inheritance

Object EventArgs ValidationEventArgs

See Also

ValidationEventArgs Members

DevExpress.Web Namespace