Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Data binding events and accessing UI elements that are dynamically generated based on templates and data binding
1 replies. Latest Post by msalsbery on November 4, 2009.
(0)
lm_telrex
Member
0 points
3 Posts
11-04-2009 1:14 PM |
Thanks
msalsbery
Contributor
2066 points
379 Posts
11-04-2009 4:12 PM |
For elements created via a template, you may want to take a look at the OnApplyTemplate method.
For question 3, I personally would be extremely hesitant to rely on any kind of FIFO nature with the dispatcher queue, unless I saw documentation stating it could be relied on. I choose to design so I don't have to rely on something like that.