| title | Delegates & events |
|---|---|
| description | Delegates & events |
| keywords | .NET, .NET Core |
| author | BillWagner |
| manager | wpickett |
| ms.date | 06/20/2016 |
| ms.topic | article |
| ms.prod | .net-core |
| ms.technology | .net-core-technologies |
| ms.devlang | dotnet |
| ms.assetid | 4e80e053-8022-4987-a8a0-209caec0315d |
<style type="text/css"> ol { list-style-type: upper-roman; } </style>Note
This topic will be covered under the following articles:
-
This article covers an overview of delegates.
-
System.Delegate and the
delegatekeywordThis article covers the classes in the .NET Core Framework that support delegates and how that maps to the
delegatekeyword. -
This article covers the types and techniques for using strongly typed delegates.
-
This article covers common practices for delegates.
-
This article covers an overview of events in .NET.
-
This article covers the standard event pattern in .NET.
-
The Updated .NET Event Pattern
This article covers several updates to the .NET event pattern in recent releases.
-
Distinguishing Delegates from Events
This article discusses how you should distinguish between using events and delegates in your designs.