Class TaskBarDragDeltaEventArgs
Class implementation for task drag delta event arguments.
Inheritance
System.Object
TaskBarDragDeltaEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarDragDeltaEventArgs : EventArgs
Constructors
TaskBarDragDeltaEventArgs()
Declaration
public TaskBarDragDeltaEventArgs()
Properties
NewFinishDate
Gets the new finish date.
Declaration
public DateTime NewFinishDate { get; }
Property Value
Type |
---|
System.DateTime |
NewStartDate
Gets the new start date.
Declaration
public DateTime NewStartDate { get; }
Property Value
Type |
---|
System.DateTime |
Task
Gets the task which is dragged.
Declaration
public object Task { get; }
Property Value
Type |
---|
System.Object |