Provides data for the GanttView.TaskMoving event.
public sealed class TaskMovingEventArgs : RoutedEventArgs
NotInheritable Public Class TaskMovingEventArgs Inherits RoutedEventArgs
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.
System.Object System.EventArgs System.Windows.RoutedEventArgs TaskMovingEventArgs