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 a tab, click in the tab header.

The tab can 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