Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventArgs Class

#Declaration

TypeScript
declare class ASPxClientUploadControlUploadingProgressChangedEventArgs extends ASPxClientEventArgs

#Remarks

An object of the ASPxClientUploadControlUploadingProgressChangedEventArgs type is used as an argument for the ASPxClientUploadControl.UploadingProgressChanged event, generated on the client side.

ASPxClientUploadControlUploadingProgressChangedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientUploadControlUploadingProgressChangedEventArgs
See Also