Skip to main content
All docs
V23.2

TdxRibbonSkinSelector.OnSkinChanged Event

Allows you to respond to skin switch operations.

Declaration

property OnSkinChanged: TdxRibbonSkinSelectorSkinChangedEvent read; write;

Remarks

You can handle OnSkinChanged and OnPaletteChanged events to respond to user actions in the Ribbon Skin Selector.

Event Occurrence

The OnSkinChanged event occurs every time a user switches between skins.

Event Parameters

You can use the ASkinName parameter to identify the name of the new active skin.

Refer to TdxRibbonSkinSelectorSkinChangedEvent and TdxSkinChooserGallerySkinChangedEvent procedural type descriptions for detailed information on parameters accessible within an OnSkinChanged event handler.

See Also