TabControl.TabTextEdited

Syntax

TabTextEdited: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabTextEdited event occurs on exiting the edit mode if the heading text has been changed.

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