Class TaskBarResizeDeltaEventArgs
Class implementation for task resize delta event arguments.
Inheritance
System.Object
TaskBarResizeDeltaEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarResizeDeltaEventArgs : EventArgs
Constructors
TaskBarResizeDeltaEventArgs()
Declaration
public TaskBarResizeDeltaEventArgs()
Properties
ModifiedValue
Gets the modified value.
Declaration
public DateTime ModifiedValue { get; }
Property Value
Type |
---|
System.DateTime |
ResizingDirection
Gets the resizing direction.
Declaration
public ResizingDirection ResizingDirection { get; }
Property Value
Type |
---|
ResizingDirection |
Task
Gets the task which is resized.
Declaration
public object Task { get; }
Property Value
Type |
---|
System.Object |