TdxRibbonSkinSelector.OnSkinChanged Event
In This Article
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