FileManagerSettings.FilesUploaded Property
Allows you to perform custom actions after upload of all selected files has been completed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FileManagerFilesUploadedEventHandler FilesUploaded { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Implement a FileManagerFilesUploadedEventHandler delegate method and assign it to the FilesUploaded property to perform custom actions after upload of all selected files has been completed. The delegate method parameter’s FileManagerFilesUploadedEventArgs.Files property gets an array of uploaded files.
To specify if a file can be uploaded and cancel the action, use the FileManagerSettings.FileUploading property.