TabEdited: function (sender, args);
sender. Event source.
args. Event information.
The TabEdited event occurs after exiting the edit mode.
Available values of the args parameter:
TabIndex. Index of the edited tab.
Caption. Header of the edited tab.
To exit the edit mode, click on the space outside the edited header.
The example of event use is given in description of the TabControl.EnableEdit property.
See also: