FastColoredTextBox.SelectionChangedDelayed Event

T3000 CrossPlatform

FastColoredTextBoxSelectionChangedDelayed Event

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

SelectionChangedDelayed event. It occurs after changing of selection. This event occurs with a delay relative to SelectionChanged, and fires only once.

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

Dim instance As FastColoredTextBox
Dim handler As EventHandler

AddHandler instance.SelectionChangedDelayed, handler

Value

Type: SystemEventHandler
See Also