FormActionPaneControl.tabChanged(String) 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.
Is called when the active tab is changed.
public:
virtual void tabChanged(System::String ^ _newTab);
public virtual void tabChanged (string _newTab);
abstract member tabChanged : string -> unit
override this.tabChanged : string -> unit
Public Overridable Sub tabChanged (_newTab As String)
Parameters
- _newTab
- String