WbkToolBarView.ObjectStateChanged

Syntax

ObjectStateChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information is presented by the PP.Mb.Ui.PropertyChangedEventArgs class.

Description

The ObjectStateChanged event occurs after state of a workbook view is changed.

Example

The example is given on the page with description of the WbkToolBarView.setActiveObject method.

See also:

WbkToolBarView