C# (CSharp) Notify Tracker - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de Notify.Tracker extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Creates an instance of this class to track changes to as many objects as needed. It automatically drills down and track changes to all objects reachable from the explicitly tracked objects. In a MVVM application, it should be sufficient to track just the root view model.
This class is not thread-safe. If you want to access instances of this class from multiple threads, you need to synchronize properly.