title | description | keywords | author | manager | ms.date | ms.topic | ms.prod | ms.technology | ms.devlang | ms.assetid |
---|---|---|---|---|---|---|---|---|---|---|
Delegates & events |
Delegates & events |
.NET, .NET Core |
BillWagner |
wpickett |
06/20/2016 |
article |
.net-core |
.net-core-technologies |
dotnet |
4e80e053-8022-4987-a8a0-209caec0315d |
This topic will be covered under the following articles:
<style type="text/css"> ol { list-style-type: upper-roman; } </style>-
This article covers an overview of delegates.
-
System.Delegate and the
delegate
keywordThis article covers the classes in the .NET Core Framework that support delegates and how that maps to the
delegate
keyword. -
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.