Class TaskBarDragCompletedEventArgs
Class implementation for task completed event arguments.
Inheritance
System.Object
TaskBarDragCompletedEventArgs
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskBarDragCompletedEventArgs : EventArgs
Constructors
TaskBarDragCompletedEventArgs()
Declaration
public TaskBarDragCompletedEventArgs()
Properties
OldFinishDate
Gets the finish date before dragging.
Declaration
public DateTime OldFinishDate { get; }
Property Value
Type |
---|
System.DateTime |
OldStartDate
Gets the start date before dragging.
Declaration
public DateTime OldStartDate { get; }
Property Value
Type |
---|
System.DateTime |
Task
Gets the item of the task which is dragged.
Declaration
public object Task { get; }
Property Value
Type |
---|
System.Object |