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 ASPx |
e | ASPx |
A ASPx |