TdxCustomColorPicker.OnColorChanged Event
Enables you to respond to color selection changes.
Declaration
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