FoldingHighlightChanged Event

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when current highlighted folding area is changed. Current folding area see in StartFoldingLine and EndFoldingLine.

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

Syntax

C#
public event EventHandler<EventArgs> FoldingHighlightChanged
Visual Basic
Public Event FoldingHighlightChanged As EventHandler(Of EventArgs)
Visual C++
public:
 event EventHandler<EventArgs^>^ FoldingHighlightChanged {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

Remarks