FastColoredTextBox.FoldingHighlightChanged Event

T3000 CrossPlatform

FastColoredTextBoxFoldingHighlightChanged Event

[This is preliminary documentation and is subject to change.]

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.16.23.0 (2.16.23.0)
Syntax
public event EventHandler<EventArgs> FoldingHighlightChanged
Public Event FoldingHighlightChanged As EventHandler(Of EventArgs)

Dim instance As FastColoredTextBox
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.FoldingHighlightChanged, handler

Value

Type: SystemEventHandlerEventArgs
Remarks