Class UploadChangeEventArgs
Supplies information about a Change event that is being raised.
Inheritance
System.Object
UploadChangeEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class UploadChangeEventArgs : object
Properties
Files
Gets a collection of the selected files.
Declaration
public IEnumerable<FileInfo> Files { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<FileInfo> |