Class ActionCompleteEventArgs
Specifies the action complete event.
Inheritance
System.Object
ActionCompleteEventArgs
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class ActionCompleteEventArgs : Object
Constructors
ActionCompleteEventArgs()
Declaration
public ActionCompleteEventArgs()
Properties
Actual
Gets or sets the actual records.
Declaration
public object Actual { get; set; }
Property Value
Type |
---|
System.Object |
Aggregates
Gets or sets the aggregates.
Declaration
public object Aggregates { get; set; }
Property Value
Type |
---|
System.Object |
Cancel
Gets or sets a value indicating whether the current action needs to be prevented or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Count
Gets or sets the total number of records.
Declaration
public double Count { get; set; }
Property Value
Type |
---|
System.Double |
EventName
Gets or sets the Event Name.
Declaration
public string EventName { get; set; }
Property Value
Type |
---|
System.String |
Items
Gets or sets the Items.
Declaration
public object Items { get; set; }
Property Value
Type |
---|
System.Object |
Query
Gets or sets the query to complete the data.
Declaration
public Query Query { get; set; }
Property Value
Type |
---|
Query |
Request
Gets or sets the request type.
Declaration
public string Request { get; set; }
Property Value
Type |
---|
System.String |
Result
Gets or sets the selected items as JSON Object from the data source.
Declaration
public object Result { get; set; }
Property Value
Type |
---|
System.Object |
VirtualSelectRecords
Gets or sets the virtualSelectRecords.
Declaration
public object VirtualSelectRecords { get; set; }
Property Value
Type |
---|
System.Object |
Xhr
Gets or sets the XMLHttpRequest.
Declaration
public object Xhr { get; set; }
Property Value
Type |
---|
System.Object |