TcxCustomTabControl.OnNew Event
Enables you to perform specific actions, after a new tab has been created using the New tab button.
Declaration
property OnNew: TcxPCNewEvent read; write;
Remarks
Fires after a new tab has been created.
Sender specifies the page or tab control.
AIndex specifies the newly created tab’s index.
See Also