String CollectionInsert 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 InsertItem(
int index,
string item
)VB
Protected Overrides Sub InsertItem (
index As Integer,
item As String
)C++
protected:
virtual void InsertItem(
int index,
String^ item
) overrideF#
abstract InsertItem :
index : int *
item : string -> unit
override InsertItem :
index : int *
item : string -> unit