| 
 | 
 | 
 | 
| 
        | OnInsertComplete Method, TabCollectionClass Class | 
Performs additional custom processing after inserting a new tab into the TabCollectionClass instance.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
| VB | Protected Overrides Sub OnInsertComplete( _ | 
| C# | protected override void OnInsertComplete(  | 
| C++ | protected: virtual void OnInsertComplete(  | 
index
The zero-based index of the tab just inserted.
value
The tab just inserted.
Comments
The OnInsertComplete method performs additional custom processing after inserting a new tab into the TabCollectionClass instance.