Hi developers,
Please answer with visual example.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jun 19, 2013, 11:19 PM
hi,
with the help of event bubbling, child control is propagating event up its containment hierarchy. mostly it used in data bound control like datalist, gridview, Repeater....
here event is automatically bubbled up to its parent.
Please refer link for creating bulling event
http://msdn.microsoft.com/en-us/library/aa719644(v=vs.71).aspx
In Tunneling Event, routed event is travels prom parent control to last child controls.
Please refer
http://www.codeproject.com/Articles/23301/WPF-A-Beginner-s-guide-Part-3-of-n
http://www.codeproject.com/Articles/464926/To-bubble-or-tunnel-basic-WPF-events
http://msdn.microsoft.com/en-us/library/ms742806.aspx
hope this will help.
Hemant SrivastavaPosted Jun 19, 2013, 8:49 PM
http://www.c-sharpcorner.com/UploadFile/0f68f2/bubbling-up-events-example-in-winform-C-Sharp/
Hope it will help!