FileManagerFilesUploadedEventHandler Delegate
In This Article
A method that will handle the ASPxFileManager.FilesUploaded event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void FileManagerFilesUploadedEventHandler(
object source,
FileManagerFilesUploadedEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. Identifies the ASPx |
e | File |
A File |
See Also