TrackingBindingListTEntityInsertItem Method

Inserts the specified item in the list at the specified index.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void InsertItem(
	int index,
	TEntity item
)

Parameters

index  Int32
The zero-based index where the item is to be inserted.
item  TEntity
The item to insert in the list.

See Also