GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / CancelTaskEventArgs Class / Task Property

In This Topic
    Task Property (CancelTaskEventArgs)
    In This Topic
    Gets the current C1.GanttView.BaseTask object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Task As BaseTask
    public BaseTask Task {get;}
    See Also