TdxCustomColorDialog.OnClose Event
In This Article
Enables you to respond to closing the color editor dialog window.
#Declaration
Delphi
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