Back to Devexpress

FileManagerFileDownloadingEventHandler Delegate

aspnet-devexpress-dot-web-caf265d9.md

latest1.4 KB
Original Source

FileManagerFileDownloadingEventHandler Delegate

A method that will handle the ASPxFileManager.FileDownloading event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void FileManagerFileDownloadingEventHandler(
    object source,
    FileManagerFileDownloadingEventArgs e
);
vb
Public Delegate Sub FileManagerFileDownloadingEventHandler(
    source As Object,
    e As FileManagerFileDownloadingEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source. Identifies the file manager control that raised the event.

| | e | FileManagerFileDownloadingEventArgs |

A FileManagerFileDownloadingEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace