TabDragOut: function (sender, args)
sender. Event source.
args. Event information.
The TabDragOut event occurs on dragging out a tab from the control area.
The event is relevant if the TabControl.EnableDragOutside property value is set to True.
The example of event use is given in description of the TabControl.removeItemByIndex method.
See also: