FastBindingListTEndNew(Int32) Method

Commits a pending new item added by the AddNew method.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public virtual void EndNew(
	int itemIndex
)

Parameters

itemIndex  Int32
The index of the item that was previously added to the collection.

Implements

ICancelAddNewEndNew(Int32)

See Also