FilesUploadingEventArgs(IReadOnlyList<IFileInputSelectedFile>) Constructor
Initializes a new instance of the FilesUploadingEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public FilesUploadingEventArgs(
IReadOnlyList<IFileInputSelectedFile> files
)
Parameters
Name | Type | Description |
---|---|---|
files | IReadOnlyList<IFileInputSelectedFile> | A collection of objects that store information about files and allow you to access file contents. |
See Also