TabControl.TextEdited

Syntax

TextEdited: function (sender, args)

Parameters

sender. Event source.

args. Event information. Arguments: TabIndex - returns index of the edited tab, Caption - returns heading of the edited tab.

Description

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

Comments

To quit the edit mode, click on the space outside the edited heading.

Example

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

See also:

TabControl