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 | Accepts the double value. |
Name
Gets or sets a value that indicates name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
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 | Accepts the double value. |
Step
Gets or sets a value that indicates the step value.
Declaration
public double Step { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Accepts the double value. |