When we talk about Routed event in WPF .We take an example of typical WPF application, which contains many elements. These elements exist in an element tree relationship with each other. A routed event is a type of event that can invoke handlers on multiple listeners in an element tree, rather than just on the object that raised the event. | |