Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonSkinSelector.OnSkinChanged Event

Allows you to respond to skin switch operations.

#Declaration

Delphi
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