menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionEventsArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActionEventsArgs

    A class that holds action event arguments.

    Inheritance
    System.Object
    ActionEventsArgs
    ActionFailureEventsArgs
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved