StringCollectionInsertItem Method

This is overridden to raise the ListChanged event

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
protected override void InsertItem(
	int index,
	string item
)

Parameters

index  Int32
The index at which to insert the item
item  String
The item to insert

See Also