ToolBar.StateChanged

Syntax

StateChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.Item - the object, which state has been changed.

Description

The StateChanged event occurs when the button state is changed.

Example

The example of event use is given in description of the ToolBar.removeItems method.

See also:

ToolBar