TdxRibbonCustomBackstageView.OnTabChanged Event
In This Article
Enables you to perform specific actions after a tab has been selected.
#Declaration
Delphi
property OnTabChanged: TNotifyEvent read; write;
#Remarks
Sender specifies the menu that owns tabs.
If an end-user selected the tab, the OnTabClick event fires after the OnTabChanged event.
See Also