TrackingBindingListTEntityRemoveItem Method
Removes the item at the specified index.
Namespace: EWSoftware.EntityFrameworkAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index Int32
- The zero-based index of the item to remove.