







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..SelectionChanged Event |
FastColoredTextBox Class See Also Send Feedback |
SelectionChanged event.
It occurs after changing of selection.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public event EventHandler SelectionChanged |
Visual Basic |
---|
Public Event SelectionChanged As EventHandler |
Visual C++ |
---|
public: event EventHandler^ SelectionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |