Class ProgressResizingEventArgs
Represents the Gantt progress resizing event arguments.
Inheritance
System.Object
ProgressResizingEventArgs
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class ProgressResizingEventArgs : CancelEventArgs
Constructors
ProgressResizingEventArgs()
Declaration
public ProgressResizingEventArgs()
Properties
Node
Gets the node.
Declaration
public GanttNode Node { get; }
Property Value
Type | Description |
---|---|
GanttNode | The node. |
Value
Gets the changing progress value.
Declaration
public double Value { get; }
Property Value
Type |
---|
System.Double |