Click or drag to resize

ListViewListViewItemCollectionOnRemoveComplete Method

Overridden. Removes the connection of the ListViewItem.

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 OnRemoveComplete(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
The zero-based index at which value can be found.
value
Type: SystemObject
The value of the element to remove from index.
Remarks
Notes to Inheritors: When overriding OnRemoveComplete in a derived class, be sure to call the base class's OnInsertComplete to remove the ListViewItem's connections.
See Also