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 |