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