TabDragIn: function (sender, args)
sender. Event source.
args. Event information. Arguments: TabItem - wrapped tab, TabControl - control from which the tab is wrapped.
The TabDragIn event occurs on dragging a tab to the control area.
The event is relevant if the TabControl.EnableDropFromOutside property is set to True.
The example of event use is given in description of the TabControl.removeItemByIndex method.
See also: