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

ASPxClientFileManagerFilesUploadedEventArgs Class

Provides data for the ASPxClientFileManager.FilesUploaded event.

Declaration

declare class ASPxClientFileManagerFilesUploadedEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientFileManagerFilesUploadedEventArgs type are used as arguments for the ASPxClientFileManager.FilesUploaded event generated on the client side.

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

Inheritance

ASPxClientEventArgs
ASPxClientFileManagerFilesUploadedEventArgs
See Also