FastBindingListTCancelNew Method
Discards a pending new item added by the
AddNew method.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public virtual void CancelNew(
int itemIndex
)
Public Overridable Sub CancelNew (
itemIndex As Integer
)
public:
virtual void CancelNew(
int itemIndex
)
abstract CancelNew :
itemIndex : int -> unit
override CancelNew :
itemIndex : int -> unit
- itemIndex Int32
- The index of the item that was previously added to the collection.
ICancelAddNewCancelNew(Int32)