PPCC Namespace
Occurs when the color is changed in the picker

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

C#
public event EventHandler ColorChanged
Visual Basic (Declaration)
Public Event ColorChanged As EventHandler
Visual C++
public:
 event EventHandler^ ColorChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also