alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ActionEventsArgs

    A class that holds action event arguments.

    Inheritance
    object
    ActionEventsArgs
    ActionFailureEventsArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionEventsArgs

    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
    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
    string

    Accepts the string value.

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