Skip to main content
A newer version of this page is available. .

ASPxClientValidationCompletedEventArgs Class

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

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