Possible to use Bindings only for the SourceChanged event?
        Posted  
        
            by Schneider
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Schneider
        
        
        
        Published on 2010-03-12T05:33:49Z
        Indexed on 
            2010/03/12
            5:37 UTC
        
        
        Read the original article
        Hit count: 212
        
wpf
|wpf-binding
Basically I want to use the WPF Binding framework to "observe" a property in the data context, and when that value changes to call an event handler. I do not actually want to bind it to any target.
Sounds simple but from what I can see Binding is too coupled (to the visual tree and various other bits) to be able to use it flexibly.
Any thoughts?
© Stack Overflow or respective owner