TrackingBindingListTEntityEndNew Method

Commits a pending new item to the collection.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public override void EndNew(
	int itemIndex
)

Parameters

itemIndex  Int32
The index of the new item to be added.

Implements

ICancelAddNewEndNew(Int32)

See Also