CancelNew Method (C1DataCollectionBindingList)
In This Topic
Discards a pending new item from the collection.
Syntax
'Declaration
Public Sub CancelNew( _
ByVal As Integer _
)
public void CancelNew(
int
)
Parameters
- itemIndex
- The index of the item that was previously added to the collection.
See Also