Event raised when the caret position has changed.
If the caret position is changed inside a document update (between BeginUpdate/EndUpdate calls),
the PositionChanged event is raised only once at the end of the document update.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler PositionChanged
Public Event PositionChanged As EventHandler
public: event EventHandler^ PositionChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238