Class ActionEventsArgs
A class that holds action event arguments.
Namespace: Syncfusion.Blazor.Lists
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionEventsArgs : Object
Constructors
ActionEventsArgs()
Declaration
public ActionEventsArgs()
Properties
Count
Gets or sets the total number of records.
Declaration
public double Count { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |
Name
Gets whether the event name is 'ActionBegin' or 'ActionComplete'.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |