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