Performing actions before binding changes current value
Quick question, is the coercion stage a good place to perform actions BEFORE the value of a DependencyProper开发者_运维问答ty is changed? I would do it through a PropertyChanged callback, but at that point the value of the DependencyProperty is already changed.
Thanks.
精彩评论