The SelectionChangedEventArgs type exposes the following members.

Properties

  Name Description
Public property ByContentChanged
This value will be true if this event has been occured because the document was modified.
Public property OldAnchor
Anchor index (in current text) of the previous selection.
Public property OldCaret
Caret index (in current text) of the previous selection.
Public property OldRectSelectRanges
Text ranges selected by previous rectangle selection (indexes are valid in current text.)

See Also