Skip to main content

ASPxClientFileManagerFileDownloadingEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientFileManager.FileDownloading event.

#Declaration

TypeScript
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