Observable |
The ObservablePropertyChangeTrackerT type exposes the following members.
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. |
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. |
Name | Description | |
---|---|---|
SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |