Occurs when a tracked change has been created. A tracked change is created when a document is changed and the TextControl.IsTrackChangesEnabled property has been set to true. The event handler receives an argument of type TrackedChangeEventArgs containing data related to this event.

Introduced: X16.

Syntax

public event TrackedChangeEventHandler TrackedChangeCreated;
Public Event TrackedChangeCreated As TrackedChangeEventHandler