Skip to main content
A newer version of this page is available. .

NewTaskDrawingEventArgs Class

Provides data for the GanttView.NewTaskDrawing event.

Namespace: DevExpress.Xpf.Gantt

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

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