Skip to main content
All docs
V23.2

TdxRibbonSkinSelectorPaletteChangedEvent Type

The procedural type for skin palette change events in a Ribbon Skin Selector component.

Declaration

TdxRibbonSkinSelectorPaletteChangedEvent = TdxSkinChooserGalleryPaletteChangedEvent;

Referenced Class

Type Description
TdxSkinChooserGalleryPaletteChangedEvent

The procedural type for skin palette change events in a Skin Chooser component.

Remarks

A skin palette change event occurs every time a user switches between palettes in a Ribbon Skin Selector component. You can use ASkinName and APaletteName parameters to identify current skin and new active palette names within a TdxRibbonSkinSelectorPaletteChangedEvent event handler.

To access all public API members of the Ribbon Skin Selector that raised the current palette change event, cast the Sender parameter value to the TdxRibbonSkinSelector class.

Direct TdxRibbonSkinSelectorPaletteChangedEvent Type Reference

A TdxRibbonSkinSelector component’s OnPaletteChanged event references the TdxRibbonSkinSelectorPaletteChangedEvent procedural type.

See Also