Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/events-wpf.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

44 lines
1.7 KiB
Markdown

---
title: "Events"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "Windows Presentation Foundation [WPF], events"
- "events [WPF], windows"
- "WPF [WPF], events"
ms.assetid: d3b93c6f-aa6b-486d-a010-d097ea8a516b
---
# Events (WPF)
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] introduces routed events that can invoke handlers that exist on various listeners in the element tree of an application.
## In This Section
[Routed Events Overview](routed-events-overview.md)
[Attached Events Overview](attached-events-overview.md)
[Object Lifetime Events](object-lifetime-events.md)
[Marking Routed Events as Handled, and Class Handling](marking-routed-events-as-handled-and-class-handling.md)
[Preview Events](preview-events.md)
[Property Change Events](property-change-events.md)
[Visual Basic and WPF Event Handling](visual-basic-and-wpf-event-handling.md)
[Weak Event Patterns](weak-event-patterns.md)
[How-to Topics](events-how-to-topics.md)
## Reference
<xref:System.Windows.RoutedEvent>
<xref:System.Windows.EventManager>
<xref:System.Windows.RoutingStrategy>
## Related Sections
[WPF Architecture](wpf-architecture.md)
[XAML in WPF](xaml-in-wpf.md)
[Base Elements](base-elements.md)
[Element Tree and Serialization](element-tree-and-serialization.md)
[Properties](properties-wpf.md)
[Input](input-wpf.md)
[Resources](resources-wpf.md)
[Styling and Templating](/dotnet/desktop-wpf/fundamentals/styles-templates-overview)
[WPF Content Model](../controls/wpf-content-model.md)
[Threading Model](threading-model.md)