Click or drag to resize
TabItemsCollectionOnInsertComplete Method
Raises the ListChanged event after a new item is added.

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

Parameters

index
Type: SystemInt32
The zero-based index at which to insert the value.
tabItem
Type: SystemObject
The item that was added.
See Also