Skip to content
/ npc Public

Notify property change and dependency property change tracker

Notifications You must be signed in to change notification settings

marhoily/npc

Repository files navigation

Set of utilities that help to track INotifyPropertyChange, DependencyProperty, ObservableCollection, etc.

Helps to write expressions like:

        myViewModel.Track(vm => vm.A.B.C.Name) 

and be sure to get notified whenewer vm.A, or A.B, or C.Name change.

About

Notify property change and dependency property change tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages