COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Multicast delegate
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Alle (1)
Vidya Vrat Agarwal (1)
Pradeep Shet (1)
Pawan Pandey (1)
Rajesh Gonugunta (1)
Dhananjay Kumar (1)
Shivprasad (1)
Anand Thakur (1)
Related resources for Multicast delegate
No resource found
Simple Delegates With Examples in C#
6/26/2017 3:20:03 AM.
Here, you will see delegates with examples in C#. Delegates are similar to C++ function pointers, but are type safe. Delegates allow methods to be passed as parameters. Delegates can be used to define
C# .NET Delegates and Events
2/4/2016 9:35:23 AM.
In this article, you will learn how to create and manipulate delegate types as well as C# events which streamline the process of working with delegate types.
Delegates in C# - Part 1
1/26/2015 11:45:45 PM.
This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
Delegates, Anonymous Functions and Lambda Expressions in C#
7/28/2013 2:43:26 PM.
This article provides the basics of delegates, Lambda expressions and delegate with Lambda Expressions.
Delegate in C#
12/17/2012 4:56:08 PM.
In this article, I am trying to explain delegates in an easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any questions related to delegates.
C# Delegates
10/20/2012 2:41:13 AM.
This article discusses the basics of delegates in C# and how to take advantage of delegates by implementing them in your applications.
6 important uses of Delegates and Events
9/29/2012 6:14:49 AM.
In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously.
Simple and Multicast Delegates in C#.net
6/20/2007 2:42:28 PM.
This article describes how to define and use simple/multicast delegates in C#.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download