ASPxClientEditValidationEventArgs Class
In This Article
Provides data for the client events that are related to data validation (see ASPxClientEdit.Validate).
#Declaration
TypeScript
declare class ASPxClientEditValidationEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientEditValidationEventArgs objects with proper settings are automatically created and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientEditValidationEventArgs
See Also