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.TabEdited

TabControl.TabEdited

Syntax

TabEdited: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabEdited event occurs after exiting the edit mode.

Comments

Available values of the args parameter:

To exit the edit mode, click on the space outside the edited header.

Example

The example of event use is given in description of the TabControl.EnableEdit property.

See also:

TabControl