.net - Update ViewModel from View -


Is there an event or way to know the trigger, when View is updating / updating via modal view? <

INotifyPropertyChanged and PropertyChanged is used when ViewModel updates the view.

But is there any reverse?

Changes to the scene from the scene will also trigger PropertyChanged because they Set.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -