Feature proposal: Add INotifyPropertyChaning
ShadyHarbinger opened this issue · 1 comments
ShadyHarbinger commented
It would complete this great package. People usually forget how useful the INotifyPropertyChaning can be.
E.g. I created an helper class that provides cancel, undo, save and related functions for a model so the model can be used as a great ViewModel. INotifyPropertyChaning is needed for backing up the initial property value. Could You please implement this feature sometime?