Class UploadChangeEventArgs
Provides information about the ValueChange event callback.
Inheritance
System.Object
UploadChangeEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploadChangeEventArgs : Object
Constructors
UploadChangeEventArgs()
Declaration
public UploadChangeEventArgs()
Properties
Files
Gets the list of the selected files' details from the SfUploader component.
Declaration
public List<UploadFiles> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UploadFiles> | System.Collections.Generic.List<> |