ListPageInteraction.tabChanged(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the active tab is changed.
public:
override void tabChanged(cli::array <System::Object ^> ^ _activeTabNames);
public override void tabChanged (object[] _activeTabNames);
override this.tabChanged : obj[] -> unit
Public Overrides Sub tabChanged (_activeTabNames As Object())
Parameters
- _activeTabNames
- Object[]
A container containing the names of the active tabs.