Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1 KB

events-how-to-topics.md

File metadata and controls

31 lines (23 loc) · 1 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Events How-to Topics
Read this collection of articles to learn how to use events in Windows Presentation Foundation (WPF) applications.
03/30/2017
AutoGeneratedOrientationPage
events [WPF], how-to topics
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
Handle a Routed Event
Create a Custom Routed Event
Find the Source Element in an Event Handler
Add Class Handling for a Routed Event

Reference

xref:System.Windows.RoutedEvent

xref:System.Windows.EventManager

xref:System.Windows.RoutingStrategy

Related Sections