ComponentOne GanttView for WinForms
CancelNew Method (TaskCollection)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > TaskCollection Class : CancelNew Method
The index of the of the new item to be added
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

Reference

TaskCollection Class
TaskCollection Members