Back to Devexpress

TdxCustomRibbon.OnTabChanged Event

vcl-dxribbon-dot-tdxcustomribbon-39089ab6.md

latest690 B
Original Source

TdxCustomRibbon.OnTabChanged Event

Fires after an active Ribbon tab has been changed.

Declaration

delphi
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

TdxCustomRibbon.OnTabChanging

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit