Yeah it's pretty sweet, i used it to intercept datacontext changes in my project here: http://blog.webjak.net/2009/04/16/control-that-can-play-animations-when-the-datacontext-changes/
Basically, you intercept the change, switch to a "changing" state, then apply the change, then switch to a "normal" state... this means you can flip out a control, update the content then flip it back in... From: [email protected] [mailto:[email protected]] On Behalf Of Miguel Madero Sent: Friday, 1 May 2009 2:58 PM To: [email protected] Subject: Re: Accessing the bindings Looks like it's not possible (yet). In SL3 we'll have a txt.GetBindingExpression() Thanks Jordan and Stephen :) On Fri, May 1, 2009 at 2:03 PM, Miguel Madero <[email protected]<mailto:[email protected]>> wrote: We can programmatically add a binding doing something like textBox.SetBinding(....) is there a way to Get the Bindings? -- Miguel A. Madero Reyes www.miguelmadero.com<http://www.miguelmadero.com/> (blog) [email protected]<mailto:[email protected]> ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -- Miguel A. Madero Reyes www.miguelmadero.com<http://www.miguelmadero.com> (blog) [email protected]<mailto:[email protected]> ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
