The CannotTrackChangeEventArgs class provides data for the CannotTrackChange event. This event determines how to handle a change of the document that cannot be added to the list of tracked changes. Complex table layout changes, such as deleting a table column or merging table cells cannot be tracked. The default handling shows a MessageBox asking the end-user whether the change of the document should be performed. Using the Handled and the Cancel property the default handling can be changed.

Syntax

public class CannotTrackChangeEventArgs: CancelEventArgs
Public Class CannotTrackChangeEventArgs
  Inherits EventArgs

Introduced: X16.

Properties

Property Description
Cancel Gets or sets a value indicating whether the change of the document should be performed.
DefaultMessage Gets the default message for the user.
Handled A subscriber can set this property to true to indicate that he has handled the event.