TabControl.TabDeleted

Syntax

TabDeleted: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The TabDeleted event occurs after deleting a tab.

Comments

To delete the tab, click the Delete button in its header.

The tab cannot be deleted if the TabControl.EnableDelete property is set to true.

Example

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

See also:

TabControl