SelectableSelected: function(sender, args);
sender. Event source.
args. Event information.
The SelectableSelected event occurs on the mouse click on the element.
Available values of the args parameter:
Event. Event settings.
Element. The DOM element, on which the event occurred.
Control. The element, which was clicked.
The example of event use is given in description of the TabControl.removeItemByIndex method.
See also: