TaskMovingEventArgs Class
Provides data for the TaskMoving event.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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.
Inheritance
Object
EventArgs
RoutedEventArgs
TaskMovingEventArgs
See Also