ITextCaret.PositionChanged Event
Visual Studio 2015
Occurs when the position of the caret has been explicitly changed.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
The event is not raised if the caret position was changed as a consequence of tracking normal text edits. The normal behavior of the caret is to move after the typed character.
Show: