TabEditing: function (sender, args);
sender. Event source.
args. Event information.
The TabEditing event occurs on switching to the edit mode.
Available values of args:
TabIndex. It returns index of the edited tab.
Caption. It returns header of the edited tab.
To switch to the edit mode, double-click tab header.
The example of event use is given in description of the TabControl.EnableEdit property.
See also: