indexOfChangedItem Property

Gets or sets zero-based index of last item which was changed. A value of -1 indicates that no item was changed by list.
public static int indexOfChangedItem { get; internal set; }

Remarks

This property should not be set when items are added or removed.