Class UploadChangeEventArgs
Inheritance
System.Object
UploadChangeEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploadChangeEventArgs : Object
Constructors
UploadChangeEventArgs()
Declaration
public UploadChangeEventArgs()
Properties
Files
Returns the list of files that will be cleared from the FileList.
Declaration
public List<UploadFiles> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UploadFiles> |