Skip to main content
Tab

FileManagerFilesUploadedEventArgs(FileManagerFile[]) Constructor

Initializes a new instance of the FileManagerFilesUploadedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFilesUploadedEventArgs(
    FileManagerFile[] files
)

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