TdxRibbonSkinSelector.OnPaletteChanged Event
Allows you to respond to active palette changes.
Declaration
property OnPaletteChanged: TdxRibbonSkinSelectorPaletteChangedEvent read; write;
Remarks
You can handle OnSkinChanged and OnPaletteChanged events to respond to user actions in the Ribbon Skin Selector.
Event Occurrence
The OnPaletteChanged event occurs every time a user switches between palettes.
Event Parameters
You can use ASkinName and APaletteName parameters to identify the names of the current skin and the new palette, respectively.
Refer to the TdxRibbonSkinSelectorPaletteChangedEvent procedural type descriptions for detailed information on parameters accessible within an OnPaletteChanged event handler.
See Also