Sub OnPadValueChanged(Sender: INavigationBar; Args: INavigationBarPadEventArgs);
Begin
//set of operators;
End Sub OnPadValueChanged;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that allows to determine the event parameters.
The OnPadValueChanged event is fired on changing selection of the checkbox displayed in the tab title.
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: