mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
44 lines
1.6 KiB
Markdown
44 lines
1.6 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)
|
|
Windows Presentation Foundation (WPF) 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](../controls/styles-templates-overview.md)
|
|
[WPF Content Model](../controls/wpf-content-model.md)
|
|
[Threading Model](threading-model.md)
|