Skip to main content

TdxRibbonCustomBackstageView.OnTabChanged Event

Enables you to perform specific actions after a tab has been selected.

Declaration

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