Skip to main content
All docs
V23.2

TdxRibbonSkinSelectorSkinChangedEvent Type

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

Declaration

TdxRibbonSkinSelectorSkinChangedEvent = TdxSkinChooserGallerySkinChangedEvent;

Referenced Class

Type Description
TdxSkinChooserGallerySkinChangedEvent

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

Remarks

A skin change event occurs every time a user switches between skins in a Ribbon Skin Selector component. You can use the ASkinName parameter to identify the new active skin within a TdxRibbonSkinSelectorSkinChangedEvent handler.

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

Direct TdxRibbonSkinSelectorSkinChangedEvent Type Reference

A TdxRibbonSkinSelector component’s OnSkinChanged event references the TdxRibbonSkinSelectorSkinChangedEvent procedural type.

See Also