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.v24.2.dll
Declaration
Remarks
ValidationCompletedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also