NavigationBar.OnActivePadChanging

Syntax

OnActivePadChanging(Sender: INavigationBar; Args: INavigationBarPadChangingEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnActivePadChanging event occurs before changing the active tab of the navigation panel.

Comments

The tab activation can be canceled by using the INavigationBarPadChangingEventArgs.Allowed property of the event argument. To do this, set the property to False.

See also:

NavigationBar