| 
 | 
 | 
 | 
| 
        | OnSet Method, TabCollectionClass Class | 
Performs additional custom processing before setting a tab in the TabCollectionClass instance.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
| VB | Protected Overrides Sub OnSet( _ | 
| C# | protected override void OnSet(  | 
| C++ | protected: virtual void OnSet(  | 
index
The zero-based index of the tab about to be changed.
newValue
The new tab.
oldValue
The current tab.
Comments
The OnSet method performs additional custom processing before setting a tab in the TabCollectionClass instance.