You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This lesson is on the use of delegates and events.
6
-
ms.date: 01/29/2024
4
+
title: Implement Delegates and Events
5
+
description: Learn how to implement late binding using delegates, how to notify other classes or objects when something of interest occurs using events, and how to manage event publishers and subscribers in a C# application.
6
+
ms.date: 04/25/2025
7
7
author: wwlpublish
8
8
ms.author: cahowd
9
9
ms.topic: learning-path
10
-
title: Delegates events exceptions
10
+
title: Implement delegates and events
11
11
prerequisites: |
12
-
- Installation of Visual Studio Code that's configured for C# application development, including C# Dev Kit.
13
-
- Experience with the VS Code editor.
14
-
- Ability to develop C# console applications that implement business logic using loops, if statements, properties, and methods.
15
-
- Experience with basic C# syntax rules.
12
+
- An installation of Visual Studio Code with the C# Dev Kit extension installed.
13
+
- The ability to develop object-oriented programs in C# that implement classes, interfaces, class inheritance, and polymorphic behavior.
14
+
- The ability to manage collections, structs, records, generics, dates and times, and anonymous types.
15
+
- A basic understanding of file IO, JSON serialization, and asynchronous programming.
16
16
summary: |
17
-
In this module you learned about delegates and event handlers, and how they're used. You learned about what are events and delegates and how to implement event handler stub methods.
17
+
Learn how to implement late binding using delegates, how to notify other classes or objects when something of interest occurs using events, and how to manage event publishers and subscribers in a C# application.
0 commit comments