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