Back to Devexpress

FileManagerFilesUploadedEventHandler Delegate

aspnet-devexpress-dot-web-68356f04.md

latest1.4 KB
Original Source

FileManagerFilesUploadedEventHandler Delegate

A method that will handle the ASPxFileManager.FilesUploaded event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | FileManagerFilesUploadedEventArgs |

A FileManagerFilesUploadedEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace