Skip to content

Repository files navigation

NotifyPropertyChanged

4 ways to implement INotifyPropertyChanged.

Manual

Simple, manual, one file, novice INotifyPropertyChanged implementation.

BetterManual

Real life INotifyPropertyChanged implementation using base class.

DynamicProxy

More complex solution that uses interceptors and dynamically genereted proxy objects.

PostBuild

Post build engine solution using PropertyChanged.Fody and [ImplementPropertyChanged] attribute.

About

4 ways to implement INotifyPropertyChanged

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages