







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..SelectionChangedDelayed Event |
FastColoredTextBox Class See Also Send Feedback |
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.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event EventHandler SelectionChangedDelayed |
Visual Basic |
---|
Public Event SelectionChangedDelayed As EventHandler |
Visual C++ |
---|
public: event EventHandler^ SelectionChangedDelayed { void add (EventHandler^ value); void remove (EventHandler^ value); } |