ASPxClientFileManagerFileUploadedEventArgs Class
In This Article
Provides data for the ASPxClientFileManager.FileUploaded event.
#Declaration
TypeScript
declare class ASPxClientFileManagerFileUploadedEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the ASPxClientFileManagerFileUploadedEventArgs type are used as arguments for the ASPxClientFileManager.FileUploaded event generated on the client side.
ASPxClientFileManagerFileUploadedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientFileManagerFileUploadedEventArgs
See Also