Blazor

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

    Show / Hide Table of Contents

    Class ActionEventsArgs

    The 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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved