TabTextEdited: function (sender, args);
sender. Event source.
args. Event information.
The TabTextEdited event occurs on exiting the edit mode if the heading text has been changed.
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: