TabDeleted: function (sender, args)
sender. Event source.
args. Event information.
The TabDeleted event occurs after deleting a tab.
To delete a tab, click in the tab header.
The tab can 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: