Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.OnRemoveComplete Method 

Back to Class Index

Raises the ListChanged event after removing an element from the collection instance.

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

Parameters

index
The zero-based index at which the value can be found.
tab
The value of the element to remove from the index.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace