Sub OnActivePadChanged(Sender: INavigationBar; Args: INavigationBarPadEventArgs);
Begin
//set of operators;
End Sub OnActivePadChanged;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that allows to determine the event parameters.
The OnActivePadChanged event is fired on after changing the active tab of the navigation bar.
See also: