Some doubts in WPF
Posted
by xyz
on Stack Overflow
See other posts from Stack Overflow
or by xyz
Published on 2010-03-23T07:47:36Z
Indexed on
2010/03/23
7:53 UTC
Read the original article
Hit count: 313
wpf
I am entirely new to WPF . Though I am going thru the tutorials and articles from net but I am having doubts . Some of the questions which have striked out so far are
a) What is routed events and what extra thing it does server?
b) What are dependency properties and it's benefits.
c) How dependency properties differ from attached properties.
d) Why does first bubbling happens follwed by tunneling? And what is the purpose of this?
e.g.
<canvas>
<button canvas.left=10/>
</canvas>
Is it a dependency property or attached property?
Thanks
© Stack Overflow or respective owner