Class ActionEventsArgs
The 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
Return the total number of records.
Declaration
public double Count { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Specify the Event Name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |