Library for easy implementation of INotifyPropertyChanged with added capability of suspending notifications temporarily.
Info
Version: | 2.1.0.81 |
Author(s): | Attila Tamas Zimler |
Last Update: | Thursday, November 30, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ATZ.ObservableObjects |
Install
Install-Package ATZ.ObservableObjects
dotnet add package ATZ.ObservableObjects
paket add ATZ.ObservableObjects
ATZ.ObservableObjects Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 10.4.0)
- System.Linq(>= 4.3.0)
- System.Runtime(>= 4.3.0)