TabDragIn: function (sender, args);
sender. Event source.
args. Event information.
The TabDragIn event occurs on dragging a tab to the control area.
Available values of the args parameter:
TabItem. Dragged tab.
TabControl. The control, from which the tab is dragged.
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: