Back to Devexpress

ASPxClientFileManagerFileDownloadingEventHandler<Sender> Interface

aspnet-js-aspxclientfilemanagerfiledownloadingeventhandler-1.md

latest910 B
Original Source

ASPxClientFileManagerFileDownloadingEventHandler<Sender> Interface

A method that will handle the ASPxClientFileManager.FileDownloading event.

Declaration

ts
interface ASPxClientFileManagerFileDownloadingEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerFileDownloadingEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source. Identifies the ASPxFileManager control that raised the event.

| | e | ASPxClientFileManagerFileDownloadingEventArgs |

A ASPxClientFileManagerFileDownloadingEventArgs object that contains event data.

|

See Also

Introduction to Delegates