Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.OnInsertComplete Method 

Back to Class Index

Raises the ListChanged event after a new item is added.

[Visual Basic]
Overrides Protected Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal tab As Object _
)
[C#]
protected override void OnInsertComplete(
   int index,
   object tab
);

Parameters

index
The zero-based index at which to insert the value.
tab
The new value of the element at the index.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace