TabControl.TabEditing

Syntax

TabEditing: 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 TabEditing event occurs on switching to edit mode.

Comments

To switch to the edit mode, double click tab heading.

Example

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

See also:

TabControl