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