Back to Devexpress

ValidationCompletedEventArgs Class

aspnet-devexpress-dot-web-7e4466b5.md

latest1.5 KB
Original Source

ValidationCompletedEventArgs Class

Provides data for the ASPxGlobalEvents.ValidationCompleted event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

ValidationCompletedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs ValidationCompletedEventArgs

See Also

ValidationCompletedEventArgs Members

DevExpress.Web Namespace