Occurs when the state of a tracked change alters from active to inactive or vice versa. An inactive TrackedChange is not highlighted and is not retrieved through the TrackedChangeCollection.GetItem method. The event handler receives an argument of type TrackedChangeEventArgs containing data related to this event.

Introduced: X16.

Syntax

public event TrackedChangeEventHandler TrackedChangeStateChanged;
Public Event TrackedChangeStateChanged As TrackedChangeEventHandler