Class TaskBarProgressChangedEventArgs
Represents the Gantt taskbar progress changed event arguments.
Inheritance
System.Object
TaskBarProgressChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarProgressChangedEventArgs : EventArgs
Constructors
TaskBarProgressChangedEventArgs()
Declaration
public TaskBarProgressChangedEventArgs()
Properties
NewValue
Gets the current progress value.
Declaration
public double NewValue { get; }
Property Value
Type |
---|
System.Double |
OldValue
Gets the old progress value.
Declaration
public double OldValue { get; }
Property Value
Type |
---|
System.Double |
Task
Gets the task for which progress is changed.
Declaration
public object Task { get; }
Property Value
Type |
---|
System.Object |