CurrentTBChanged Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Occurs after CurrentTB was changed

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

Syntax

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

See Also