Control.unBindEvents

Syntax

unBindEvents();

Description

The unbindEvents method signs off an element from all standard events.

Example

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

See also:

Control