mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
* 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
28 lines
898 B
Markdown
28 lines
898 B
Markdown
---
|
|
title: "Events How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "events [WPF], how-to topics"
|
|
ms.assetid: 00463181-36eb-4be0-bfa2-452854cce642
|
|
---
|
|
# Events How-to Topics
|
|
The topics in this section describe how to use events in WPF.
|
|
|
|
## In This Section
|
|
[Add an Event Handler Using Code](how-to-add-an-event-handler-using-code.md)
|
|
[Handle a Routed Event](how-to-handle-a-routed-event.md)
|
|
[Create a Custom Routed Event](how-to-create-a-custom-routed-event.md)
|
|
[Find the Source Element in an Event Handler](how-to-find-the-source-element-in-an-event-handler.md)
|
|
[Add Class Handling for a Routed Event](how-to-add-class-handling-for-a-routed-event.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.RoutedEvent>
|
|
|
|
<xref:System.Windows.EventManager>
|
|
|
|
<xref:System.Windows.RoutingStrategy>
|
|
|
|
## Related Sections
|