Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ValidationCompletedEventArgs :
    EventArgs

Remarks

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

Inheritance

Object
EventArgs
ValidationCompletedEventArgs
See Also