The Document type exposes the following members.

Events

  Name Description
Public event ContentChanged
Occurs when the document content was changed. ContentChangedEventArgs contains the old (replaced) text, new text, and index indicating the replacement occured.
Public event DirtyStateChanged
Occurs when IsDirty property has changed.
Public event SelectionChanged
Occurs when the selection was changed.
Public event SelectionModeChanged
Occures soon after selection mode was changed.

See Also