Back to Devexpress

ASPxFileManager.FilesUploaded Event

aspnet-devexpress-dot-web-dot-aspxfilemanager-27bac975.md

latest1.8 KB
Original Source

ASPxFileManager.FilesUploaded Event

Occurs on the server side after upload of all selected files has been completed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FileManagerFilesUploadedEventHandler FilesUploaded
vb
Public Event FilesUploaded As FileManagerFilesUploadedEventHandler

Event Data

The FilesUploaded event's data class is FileManagerFilesUploadedEventArgs. The following properties provide information specific to this event:

PropertyDescription
FilesGets files related to the event.

Remarks

The FilesUploaded event serves as a notification that all selected files have been uploaded. You can use the FileManagerFilesUploadedEventArgs.Files event argument property to get an array of uploaded files.

To specify if a file can be uploaded and cancel the action, handle the ASPxFileManager.FileUploading event.

See Also

FileUploading

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace