C# Class Notify.DualTrackedObject

A composite object wrapping both CollectionChangedTrackObject and PropertyChangedTrackedObject to support tracked object implementing both INotifyPropertyChanged and INotifyCollectionChanged.
Inheritance: TrackedObject
Afficher le fichier Open project: buunguyen/notify Class Usage Examples

Méthodes publiques

Méthode Description
DualTrackedObject ( object tracked ) : System.Collections.Specialized

Private Methods

Méthode Description
RegisterTrackedObject ( ) : void
UnregisterTrackedObject ( ) : void

Method Details

DualTrackedObject() public méthode

public DualTrackedObject ( object tracked ) : System.Collections.Specialized
tracked object
Résultat System.Collections.Specialized