From 68b6ce05ccae90fc3f050ab3da84d7d5762c6b7a Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:02:15 -0700 Subject: [PATCH] Update object-lifetime-events.md --- .../framework/wpf/advanced/object-lifetime-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md b/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md index e6d4c0f5b5..9a56847ee9 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/object-lifetime-events.md @@ -34,7 +34,7 @@ This topic describes the specific WPF events that signify stages in an object li ## Prerequisites - This topic assumes that you understand dependency properties from the perspective of a consumer of existing dependency properties on Windows Presentation Foundation (WPF) classes, and have read the [Dependency Properties Overview](dependency-properties-overview.md) topic. In order to follow the examples in this topic, you should also understand [!INCLUDE[TLA#tla_xaml](../../../includes/tlasharptla-xaml-md.md)] (see [XAML in WPF](xaml-in-wpf.md)) and know how to write WPF applications. + This topic assumes that you understand dependency properties from the perspective of a consumer of existing dependency properties on Windows Presentation Foundation (WPF) classes, and have read the [Dependency Properties Overview](dependency-properties-overview.md) topic. In order to follow the examples in this topic, you should also understand XAML (see [XAML in WPF](xaml-in-wpf.md)) and know how to write WPF applications.