Created
June 28, 2017 12:00
-
-
Save atzimler/1fe6d5a70c22a1e993428f9563418ccf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vm.PropertyChanged += CallCounter; | |
using (vm.SuspendPropertyChangedEvent(CallCounter)) | |
{ | |
// do something that is raising PropertyChanged in normal, but CallCounter won't be called inside this block. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment