TabControl.SelectableSelected

Syntax

SelectableSelected: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: Event - event settings; Element - DOM item where event occured; Control - item which was clicked.

Description

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

Example

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

See also:

TabControl