Updating Bindings

njsokalski

Well-known member
Joined
Mar 16, 2011
Messages
102
Programming Experience
5-10
I have an IValueConverter that I use in several bindings in an app of mine to set the Text property of some TextBlocks. The source of the bindings changes, so I want the value returned by the bindings to get updated as well. Is there any way to either have the value returned by the bindings automatically updated, or if necessary, even manually trigger it to update? Any help would be appreciated. Thanks.
 
Back
Top