FileManagerFilesUploadedEventArgs(FileManagerFile[]) Constructor
Initializes a new instance of the FileManagerFilesUploadedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
files | FileManagerFile[] | An array of FileManagerFile objects that are uploaded files. This value is assigned to the FileManagerFilesUploadedEventArgs.Files property. |
Remarks
Instances of the FileManagerFilesUploadedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also