TabControl.SelectableSelected

Syntax

SelectableSelected: function(sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The SelectableSelected event occurs on the mouse click on the element.

Comments

Available values of the args parameter:

Example

The example of event use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl