NavigationBar.OnPadValueChanged

Syntax

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

Begin

//set of operators;

End Sub OnPadValueChanged;

Parameters

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

Args. 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 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