SelectionChanged Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
SelectionChanged event. It occurs after changing of selection.

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

Syntax

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

See Also