-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d3080d
commit 4841a64
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# SynchronizedEvents | ||
# SynchronizedEvents [![Build status](https://ci.appveyor.com/api/projects/status/js78tnv75sxlly88?svg=true)](https://ci.appveyor.com/project/adamhewitt627/synchronizedevents) [![NuGet Status](http://img.shields.io/nuget/v/SynchronizedEvents.svg?style=flat)](https://www.nuget.org/packages/SynchronizedEvents/) | ||
Event handlers that marshal the invoke back to the SynchronizationContext on which the registration occurs. 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. | ||
|
||
Includes a built-in `INotifyPropertyChanged` implementation [BindableBase](BindableBase.cs) to serve as an example and common base class for view models. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters