Click or drag to resize

ListViewSubItemCollectionOnInsertComplete Method

Overridden. Adds the connection of the ListViewSubItem.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected override void OnInsertComplete(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The zero-based index at which to insert value.
value
Type: SystemObject
The new value of the element at index.
Remarks
Notes to Inheritors: When overriding OnInsertComplete in a derived class, be sure to call the base class's OnInsertComplete to add the ListViewSubItem's connections.
See Also