The ContentChangedEventArgs type exposes the following members.

Properties

  Name Description
Public property Index
Gets index of the position where the replacement occured.
Public property NewText
Gets newly inserted text.
Public property OldText
Gets replaced text.
Public property RedrawEndIndex
Gets or sets ending index of the range to be redrawn after this event.
Public property RedrawStartIndex
Gets or sets starting index of the range to be redrawn after this event.

See Also