menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionCompleteEventArgs - API Reference

    Show / Hide Table of Contents

    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 Description
    System.Object

    Aggregates

    Gets or sets the aggregates.

    Declaration
    public object Aggregates { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    Count

    Gets or sets the total number of records.

    Declaration
    public double Count { get; set; }
    Property Value
    Type Description
    System.Double

    EventName

    Gets or sets the Event Name.

    Declaration
    public string EventName { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Gets or sets the Items.

    Declaration
    public object Items { get; set; }
    Property Value
    Type Description
    System.Object

    Query

    Gets or sets the query to complete the data.

    Declaration
    public Query Query { get; set; }
    Property Value
    Type Description
    Query

    Request

    Gets or sets the request type.

    Declaration
    public string Request { get; set; }
    Property Value
    Type Description
    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 Description
    System.Object

    VirtualSelectRecords

    Gets or sets the virtualSelectRecords.

    Declaration
    public object VirtualSelectRecords { get; set; }
    Property Value
    Type Description
    System.Object

    Xhr

    Gets or sets the XMLHttpRequest.

    Declaration
    public object Xhr { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved