ToolBar.StateChanged

Syntax

StateChanged: function (sender, args);

Parameters

sender. Event source.

args. Information on the event. Item object which state was 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