TabDeleted: function (sender, args);
sender. Event source.
args. Event information.
The TabDeleted event occurs after deleting a tab.
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.
The example of event use is given in description of the TabControl.EnableDelete. property.
See also: