FastColoredTextBox.SelectionChanged Event

T3000 CrossPlatform

FastColoredTextBoxSelectionChanged Event

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

SelectionChanged event. It occurs after changing of selection.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public event EventHandler SelectionChanged
Public Event SelectionChanged As EventHandler

Dim instance As FastColoredTextBox
Dim handler As EventHandler

AddHandler instance.SelectionChanged, handler

Value

Type: SystemEventHandler
See Also