TdxCustomColorPicker.OnColorChanged Event
In This Article
Enables you to respond to color selection changes.
#Declaration
Delphi
property OnColorChanged: TNotifyEvent read; write;
#Remarks
The Sender parameter specifies the color picker.
Handle this event to respond to changes to the Color property.
See Also