Click or drag to resize

IReadOnlyChangeTrackableCollection Interface

Defines a collection that can track changes of itself and its items where the state can be read but not written.

Namespace:  TrackerDog
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public interface IReadOnlyChangeTrackableCollection

The IReadOnlyChangeTrackableCollection type exposes the following members.

Properties
  NameDescription
Public propertyAddedItems
Gets added items
Public propertyRemovedItems
Gets removed items
Top
See Also