次の方法で共有


ListPageInteraction.tabChanged(Object[]) Method

Definition

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.

Applies to