TrackingBindingListTEntityCancelNew Method

Discards a pending new item.

Definition

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

Parameters

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

Implements

ICancelAddNewCancelNew(Int32)

See Also