Paul Varache
Results
2
issues of
Paul Varache
I added an interval property to allow the user to choose when the watcher checks for change
I find myself quite often having to use the `OnChanged` property of the `AutoBindable` attribute to call `OnPropertyChanged` on a property with a getter. Here is an example: ```cs [AutoBindable(OnChanged...