NavigationBar.OnActivePadChanged

Fore Syntax

Sub OnActivePadChanged(Sender: INavigationBar; Args: INavigationBarPadEventArgs);

Begin

//set of operators;

End Sub OnActivePadChanged;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that allows to determine the event parameters.

Description

The OnActivePadChanged event is fired on after changing the active tab of the navigation bar.

See also:

NavigationBar