Click Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when user click on simple hint

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

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

See Also