TrackingBindingListTEntityRemoveItem Method

Removes the item at the specified index.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void RemoveItem(
	int index
)

Parameters

index  Int32
The zero-based index of the item to remove.

Exceptions

NotSupportedExceptionYou are removing a newly added item and AllowRemove is set to .

See Also