ASPxClientUploadControlValidationErrorOccurredEventArgs Class
In This Article
Provides data for the ASPxClientUploadControl.ValidationErrorOccurred event.
#Declaration
TypeScript
declare class ASPxClientUploadControlValidationErrorOccurredEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientUploadControlValidationErrorOccurredEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientUploadControlValidationErrorOccurredEventArgs
See Also