Control.getIsBinded

Syntax

getIsBinded();

Description

The getIsBinded method returns whether an element is bound to all DOM node events.

Comments

The method returns True, if the item is binded to the DOM node events, otherwise it is False.

Example

The example of method use is given in description of the Control.addEventHandler method.

See also:

Control