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