Skip to main content

NewTaskDrawingEventArgs Class

Provides data for the GanttView.NewTaskDrawing event.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v23.2.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