TdxRibbonColorGalleryItem.OnColorChanged Event
In This Article
Enables you to respond to color selection changes.
#Declaration
Delphi
property OnColorChanged: TNotifyEvent read; write;
#Remarks
This event fires after the Color property value has been changed.
The Sender parameter provides access to the bar item.
See Also