TaskMovingEventArgs Class
Provides data for the TaskMoving event.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public sealed class TaskMovingEventArgs :
RoutedEventArgs
#Remarks
Use the event arguments’ Node property to get the task whose start date is edited.
You can change the edited start date using the event arguments’ StartDate property.