ASPxClientValidationCompletedEventArgs Class
In This Article
Provides data for the ASPxClientGlobalEvents.ValidationCompleted client event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.
#Declaration
TypeScript
declare class ASPxClientValidationCompletedEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientValidationCompletedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientValidationCompletedEventArgs
See Also