String CollectionRemove Item Method
This is overridden to raise the ListChanged event
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.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 index of the item to remove