---
title: "What is a Routed event?"  
description: "What is a Routed event?"  
author: "Anonymous User"  
published: 2013-10-14  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1810/what-is-a-routed-event  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is a Routed event?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/1810/what-is-a-routed-event

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
