|  | Observable | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe ObservablePropertyChangeTrackerT type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ObservablePropertyChangeTrackerT(IObservableCollectionT) | Initializes a new instance of the ObservablePropertyChangeTrackerT class. | 
|  | ObservablePropertyChangeTrackerT(ObservableCollectionT) | Initializes a new instance of the ObservablePropertyChangeTrackerT class. | 
|  | ObservablePropertyChangeTrackerT(ReadOnlyObservableCollectionT) | Initializes a new instance of the ObservablePropertyChangeTrackerT class. | 
 Events
Events| Name | Description | |
|---|---|---|
|  | ItemPropertyChanged | Occurs when the property of any item has changed. The sender in the event is the item that has changed, not this instance. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | SafeCastT | Performs a cast from object to T, avoiding possible null violations if T is a value type. (Defined by ObjectExtensions) | 
 See Also
See Also