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