​
​
​

The TrackedChangeEventArgs class provides data for the TrackedChangeChanged, TrackedChangeCreated, TrackedChangeStateChanged, and TrackedChangeDeleted events. When a tracked change is deleted, the TrackedChange object provided with the event data has the following valid properties: ChangeKind, UserName, HighlightColor, HighlightMode and ChangeTime. All other properties are undefined.

Syntax

​public class TrackedChangeEventArgs: EventArgs
​Public Class TrackedChangeEventArgs
  Inherits EventArgs

​ Introduced: X16.

Properties

Property Description
TrackedChange Gets an object that represents the tracked change which causes the event.
​