See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Raised when the button is clicked.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
event EventHandler Click
Visual Basic
Event Click As EventHandler
Visual C++
 event EventHandler^ Click {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Value

Type: System..::..EventHandler

See Also