TcxCustomTabControl.OnNew Event
In This Article
Enables you to perform specific actions, after a new tab has been created using the New tab button.
#Declaration
Delphi
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