Skip to main content
All docs
V25.1
  • TaskMovingEventArgs Class

    Provides data for the TaskMoving event.

    Namespace: DevExpress.Xpf.Gantt

    Assembly: DevExpress.Xpf.Gantt.v25.1.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.

    Inheritance

    See Also