WPF 4.5 – Part 4 : the new Binding’s ‘Delay’ property

added by jmix90
9/22/2011 9:42:10 AM

539 Views

If you read the MSDN page on the new WPF 4.5 features, you’ll find it under the label “Automatically updating the source of a data binding“. This is more precise and understandable to me to say that a ‘Delay’ property has been added to the Binding markup extension ! This post is a part of the serie on WPF 4.5 new features. By reading it you’ll discover what is the goal of this property, how to use it and some scenario where it is really useful and smart to use it.


3 comments

dpeterson
9/22/2011 9:42:35 AM
It definitely seems most useful with the example Microsoft gave in regards to slider controls (or similar) and reducing the number of binding updates sent.

jmix90
9/22/2011 9:44:37 AM
That's depend of your needs :)

dpeterson
9/22/2011 9:48:44 AM
It's the most immediately apparent to me anyway, the other uses made perfect sense though. ;-)
Thanks for the article!