Back to Devexpress

NewTaskDrawingEventArgs Class

wpf-devexpress-dot-xpf-dot-gantt-b1c7f0a1.md

latest1.6 KB
Original Source

NewTaskDrawingEventArgs Class

Provides data for the GanttView.NewTaskDrawing event.

Namespace : DevExpress.Xpf.Gantt

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

NuGet Package : DevExpress.Wpf.Gantt

Declaration

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

NewTaskDrawingEventArgs is the data class for the following events:

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

NewTaskDrawingEventArgs Members

DevExpress.Xpf.Gantt Namespace