TdxCustomRibbon.OnTabChanged Event
Fires after an active Ribbon tab has been changed.
Declaration
property OnTabChanged: TdxRibbonEvent read; write;
Remarks
This event fires when an inactive Ribbon tab is clicked, or when this tab is assigned to the Ribbon’s ActiveTab property.
Handle the OnTabChanged event to perform additional actions when the active tab is changed.
See Also