Blazor

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

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Interface for progress event.

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

    Constructors

    ProgressEventArgs()

    Declaration
    public ProgressEventArgs()

    Properties

    CurrentDuration

    Indicates the current duration of the progress.

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

    Name

    Specifies name of the event.

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

    Percent

    Indicates the current state of progress in percentage.

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

    Step

    Specifies the interval.

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