Skip to main content
A newer version of this page is available. .

TaskMovingEventArgs Class

Provides data for the TaskMoving event.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, 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.

Inheritance

See Also