GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer _
    ) 
    public void CancelNew( 
       int itemIndex
    )

    Parameters

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