Class ActionCompleteEventArgs
Inheritance
System.Object
ActionCompleteEventArgs
Implements
System.IEquatable<ActionCompleteEventArgs>
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionCompleteEventArgs : Object, IEquatable<ActionCompleteEventArgs>
Constructors
ActionCompleteEventArgs()
Declaration
public ActionCompleteEventArgs()
Properties
FileData
Return the selected file details.
Declaration
public List<FileInfo> FileData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileInfo> |
Methods
Equals(ActionCompleteEventArgs)
Declaration
public bool Equals(ActionCompleteEventArgs actionCompleteEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ActionCompleteEventArgs | actionCompleteEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>