GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskCollection Class / EndNew Method
The index of the new item to be added.

In This Topic
    EndNew Method (TaskCollection)
    In This Topic
    Commits a pending new item to the collection.
    Syntax
    'Declaration
     
    Public Sub EndNew( _
       ByVal itemIndex As Integer _
    ) 
    public void EndNew( 
       int itemIndex
    )

    Parameters

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