Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressEventArgs

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Provides information about the in Progressing event callback.

    Inheritance
    System.Object
    ProgressEventArgs
    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ProgressEventArgs : Object

    Constructors

    ProgressEventArgs()

    Declaration
    public ProgressEventArgs()

    Properties

    CurrentDuration

    Gets or sets a value that indicates the current duration of the progress.

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

    Name

    Gets or sets a value that indicates name of the event.

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

    Percent

    Gets or sets a value that indicates the current state of progress in percentage.

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

    Step

    Gets or sets a value that indicates the step value.

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