GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.WPF.GanttView Namespace / CancelTaskEventArgs Class / CancelTaskEventArgs Constructor
Current C1.GanttView.BaseTask object.

In This Topic
    CancelTaskEventArgs Constructor
    In This Topic
    Initializes a new instance of a CancelTaskEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal task As BaseTask _
    )
    public CancelTaskEventArgs( 
       BaseTask task
    )

    Parameters

    task
    Current C1.GanttView.BaseTask object.
    See Also