Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > TabControl > TabControl.TabDragIn

TabControl.TabDragIn

Syntax

TabDragIn: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabDragIn event occurs on dragging a tab to the control area.

Comments

Available values of the args parameter:

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

Example

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

See also:

TabControl