Click or drag to resize
TabItemsCollectionOnRemoveComplete Method
Raises the ListChanged event after an element is removed from the collection.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected override void OnRemoveComplete(
	int index,
	Object tabItem
)

Parameters

index
Type: SystemInt32
The zero-based index where tabItem can be found.
tabItem
Type: SystemObject
The element that was removed.
See Also