ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / CancelNew Method
The index of the of the new item to be added

In This Topic
    CancelNew Method (TaskCollection)
    In This Topic
    Discards a pending new item.
    Syntax
    'Declaration
     
    Public Sub CancelNew( _
       ByVal itemIndex As System.Integer _
    ) 
    public void CancelNew( 
       System.int itemIndex
    )

    Parameters

    itemIndex
    The index of the of the new item to be added
    See Also