Skip to content

Commit 950607a

Browse files
authored
changed files by pdets auto publish service, publishid[6a2126f5-8fc3-47c3-bce6-da3d46a5cad3] and do [publish].
1 parent a6e9e4d commit 950607a

10 files changed

+10
-10
lines changed

learn-pr/wwl-language/create-manage-events/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/2-examine-events-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine events in C#
44
metadata:
55
title: Examine events in C#
66
description: "Learn how events in C# enable communication between objects and streamline user interactions."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/3-declare-events-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Declare events in C#
44
metadata:
55
title: Declare events in C#
66
description: "Learn how to declare events in C# and use delegates to enable communication between components."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/4-subscribe-unsubscribe-events-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Subscribe and unsubscribe from events in C#
44
metadata:
55
title: Subscribe and unsubscribe from events in C#
66
description: "Learn how to manage event subscriptions and unsubscriptions to ensure efficient resource usage."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/5-explore-delegates-events-relationship-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore Delegates and Events Relationship in C#
44
metadata:
55
title: Explore Delegates and Events Relationship in C#
66
description: "Understand advanced concepts of delegates and events in C#, including custom event data, multicast delegates, and best practices."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/6-exercise-implement-events-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Exercise: Implement events in C#'
44
metadata:
55
title: 'Exercise: Implement events in C#'
66
description: "Practice creating, subscribing to, and raising events in C# using delegates and custom event data classes."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you've learned in this module."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summarize the key concepts covered in this module."
7-
ms.date: 04/23/2025
7+
ms.date: 04/24/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/create-manage-events/includes/8-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ After completing this module, you're now able to:
1111
Now that you have a basic understanding of events, consider reviewing the following resources:
1212

1313
- [Events (C# Programming Guide)](/dotnet/csharp/programming-guide/events/)
14-
- [Delegates and Events in C#](/dotnet/csharp/programming-guide/delegates-and-events/)
14+
- [Delegates (C# Programming Guide)](/dotnet/csharp/programming-guide/delegates)
1515
- [Event Handling in .NET](/dotnet/standard/events/)

learn-pr/wwl-language/create-manage-events/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.create-manage-events
33
metadata:
44
title: Create and Manage Events
55
description: "Discover how events facilitate communication between objects in C#, and how their integration with delegates creates robust, decoupled code."
6-
ms.date: 04/23/2025
6+
ms.date: 04/24/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module-intro-to-product

0 commit comments

Comments
 (0)