Info
Version: | 1.0.7 |
Author(s): | Adam Hewitt |
Last Update: | Monday, January 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/adamhewitt627/SynchronizedEvents |
NuGet Url: | https://www.nuget.org/packages/SynchronizedEvents |
Install
Install-Package SynchronizedEvents
dotnet add package SynchronizedEvents
paket add SynchronizedEvents
SynchronizedEvents Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.4.0)
This is helpful in data-binding (WPF, UWP, etc) where INotifyPropertyChanged needs posted on the UI thread by a shared library that doesn't have a Dispatcher.