TdxCustomColorDialog.OnClose Event
Enables you to respond to closing the color editor dialog window.
Declaration
property OnClose: TNotifyEvent read; write;
Remarks
The Sender parameter specifies the color editor dialog.
Handle this event to respond to closing the color editor dialog window.
See Also