ASPxClientFileManagerFileUploadingEventHandler<Sender> Interface
A method that will handle the ASPxClientFileManager.FileUploading event.
Declaration
interface ASPxClientFileManagerFileUploadingEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerFileUploadingEventArgs): void; }
Parameters
Name | Type | Description |
---|---|---|
source | Sender | The event source. Identifies the ASPxFileManager control that raised the event. |
e | ASPxClientFileManagerFileUploadingEventArgs | A ASPxClientFileManagerFileUploadingEventArgs object that contains event data. |
See Also