Back to Devexpress

TaskMovingEventArgs Class

wpf-devexpress-dot-xpf-dot-gantt-9ea6c9bd.md

latest1.5 KB
Original Source

TaskMovingEventArgs Class

Provides data for the TaskMoving event.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public sealed class TaskMovingEventArgs :
    RoutedEventArgs
vb
Public NotInheritable Class TaskMovingEventArgs
    Inherits RoutedEventArgs

TaskMovingEventArgs is the data class for the following events:

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

TaskMovingEventArgs Members

DevExpress.Xpf.Gantt Namespace