Supplies information about a Change event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class UploadChangeEventArgsSupplies information about a Change event that is being raised.
public UploadChangeEventArgs()Gets a collection of the selected files.
public IEnumerable<FileInfo> Files { get; set; }
| Type | Description |
|---|---|
| IEnumerable<FileInfo> | Gets a collection of the selected files. |