PPCC Namespace
Occurs when the picker is closed up

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

Syntax

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

See Also