Tracking Binding ListTEntityRemove Item Method
Removes the item at the specified index.
Definition
Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
protected override void RemoveItem(
int index
)VB
Protected Overrides Sub RemoveItem (
index As Integer
)C++
protected:
virtual void RemoveItem(
int index
) overrideF#
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit Parameters
- index Int32
- The zero-based index of the item to remove.
Exceptions
| NotSupportedException | You are removing a newly added item and AllowRemove is set to . |