TabControl.TabDragOut

Syntax

TabDragOut: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabDragOut event occurs on dragging out a tab from the control area.

Comments

The event is relevant if the TabControl.EnableDragOutside property is set to true.

Example

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

See also:

TabControl