Hi,
What is the Routig Events in the WPF Application?
plz reply..
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.
SenthilkumarPosted Apr 26, 2012, 4:06 AM
There are lot of article which explains about the routing events in WPF application.
http://www.dotnetfunda.com/articles/article1155-routed-events-in-wpf.aspx
http://www.wpftutorial.net/RoutedEvents.html
http://msdn.microsoft.com/en-us/magazine/cc785480.aspx
http://joshsmithonwpf.wordpress.com/2007/06/22/overview-of-routed-events-in-wpf/
MuthuMari MPosted Apr 26, 2012, 12:48 AM
WPF has introduce a new concept called as Rounted Events.
The concept of Routed Events comes into the picture when we want to handle an event, that is originated from some other control in the hierarchy. Say for example if any user clicks the Button control, that event which is normally a Button_click event, can be raised by The Button, The Label, The Gird or The Window.
pls refer this url
http://www.dotnetfunda.com/articles/article1155-routed-events-in-wpf.aspx
thanks.
If this post is useful then mark it as "Accepted Answer"
Mamta MPosted Apr 26, 2012, 12:46 AM
These links will help you:
http://www.c-sharpcorner.com/UploadFile/mahakgupta/event-handling-in-wpf/
Routed Events Overview
http://msdn.microsoft.com/en-us/library/ms742806.aspx
Understanding Routed Events and Commands In WPF
http://msdn.microsoft.com/en-us/magazine/cc785480.aspx