FileManagerFilesUploadedEventHandler Delegate
A method that will handle the ASPxFileManager.FilesUploaded event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public delegate void FileManagerFilesUploadedEventHandler(
object source,
FileManagerFilesUploadedEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. Identifies the ASPxFileManager control that raised the event. |
e | FileManagerFilesUploadedEventArgs | A FileManagerFilesUploadedEventArgs object that contains event data. |
See Also