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

ASPxClientFileManagerFileUploadingEventArgs Class

Provides data for the ASPxClientFileManager.FileUploading event.

Declaration

declare class ASPxClientFileManagerFileUploadingEventArgs extends ASPxClientEventArgs

Remarks

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

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

Inheritance

ASPxClientEventArgs
ASPxClientFileManagerFileUploadingEventArgs
See Also