PPCC Namespace
OnClick event from the button of the color picker control

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

Syntax

C#
protected override void OnClick(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnClick ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnClick(
	EventArgs^ e
) override

Parameters

e
Type: System..::.EventArgs

See Also