Pages

Men

rh

7/21/2012

What is a Routed event in WPF

What is a Routed event?
In a typical WPF application, it 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.

No comments :

Post a Comment