NavigationBar.OnPadValueChanged

Syntax

OnPadValueChanged(Sender: INavigationBar; Args: INavigationBarPadEventArgs);

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 OnPadValueChanged event occurs on changing selection of the checkbox displayed in the tab title.

Comments

A checkbox in the tab title is shown only when if the INavigationBarHeader.Content property is set to NavigationBarHeaderContent.CheckBox. Checkbox state changes by clicking on it or on changing value of the INavigationBarHeader.Value property.

See also:

NavigationBar