IColorDialogListener


Describes color dialog listener which can be used to get notifications on certain color dialog actions.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IColorDialogListener
{
public:
    virtual void OnApply(IColorDialog *sender) = 0; // Event called when color selection has been successfully finished 
};
Namespace: nitisa::standard
Include: Standard/Components/IColorDialog.h