TabControl.TabEditing

Syntax

TabEditing: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabEditing event occurs on switching to the edit mode.

Comments

Available values of args:

To switch to the edit mode, double-click tab header.

Example

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

See also:

TabControl