---
title: "What is routed event in WPF?"  
description: "What is routed event in WPF?"  
author: "Anonymous User"  
published: 2011-03-11  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/396/what-is-routed-event-in-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is routed event in WPF?

Functional definition: A routed event is a type of eventthat can invoke handlers on multiple listeners in an element tree, rather thanjust on the object that raised the event.

Implementationdefinition: A routed event is a CLR event that is backed by an instance of the RoutedEvent class and is processed by the Windows Presentation Foundation (WPF) eventsystem.

## Answers

### Answer by Anonymous User

Functional definition: A routed event is a type of eventthat can invoke handlers on multiple listeners in an element tree, rather thanjust on the object that raised the event.

Implementationdefinition: A routed event is a CLR event that is backed by an instance of the RoutedEvent class and is processed by the Windows Presentation Foundation (WPF) eventsystem.


---

Original Source: https://www.mindstick.com/interview/396/what-is-routed-event-in-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
