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

    Provides data for the GanttView.NewTaskDrawing event.

    Namespace: DevExpress.Xpf.Gantt

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

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public sealed class NewTaskDrawingEventArgs :
        RoutedEventArgs

    Remarks

    Use the StartDate property to get the newly created task’s start date.

    The FinishDate property allows you to change the newly created task’s finish date.

    Inheritance

    Object
    EventArgs
    RoutedEventArgs
    NewTaskDrawingEventArgs
    See Also