Tracking Document Changes

Properties

Property Description
TXTextControl.IsTrackChangesEnabled Gets or sets a value indicating whether track changes is active or not.
TXTextControl.TrackedChangeEnd Returns the index (one-based) of the last character of the specified tracked change.
TXTextControl.TrackedChangeKind Returns the kind of tracked change.
TXTextControl.TrackedChangeStart Returns the index (one-based) of the first character of the specified tracked change.
TXTextControl.TrackedChangeTime Returns the date and time when the change has been made.
TXTextControl.TrackedChangeUserName Returns the name of the user who has changed the document.

Methods

Method Description
TXTextControl.TrackedChangeDelete This method removes a tracked change from the document.
TXTextControl.TrackedChangeNext This method returns the identifier of the tracked change that follows the specified tracked change in the Text Control's current text.

Events

Event Description
TXTextControl.CannotTrackChange Determines how to handle a change of the document that cannot be added to the list of tracked changes.
TXTextControl.TrackedChangeChanged Occurs when the text of a tracked change has been altered.
TXTextControl.TrackedChangeCreated Occurs when a tracked change has been created.
TXTextControl.TrackedChangeDeleted Occurs when a tracked change has been deleted.