Skip to main content

ASPxClientUploadControlFilesUploadCompleteEventArgs Class

Provides data for the ASPxClientUploadControl.FilesUploadComplete client event, which enables you to perform specific actions after all selected files have been uploaded.

#Declaration

TypeScript
declare class ASPxClientUploadControlFilesUploadCompleteEventArgs extends ASPxClientEventArgs

#Remarks

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

#Inheritance

ASPxClientEventArgs
ASPxClientUploadControlFilesUploadCompleteEventArgs
See Also