---
title: "complete tutorial about delegate and events"  
description: "complete tutorial about delegate and events"  
author: "Suman Aedula"  
published: 2017-03-21  
updated: 2017-03-22  
canonical: https://www.mindstick.com/forum/34277/complete-tutorial-about-delegate-and-events  
category: "c#"  
tags: ["delegates"]  
reading_time: 1 minute  

---

# complete tutorial about delegate and events

every time [iam](https://answers.mindstick.com/blog/40/iam-identity-and-access-management-a-complete-guide) confusing about delegates so could yo [people](https://www.mindstick.com/news/2295/more-people-need-to-monitor-this-crucial-metric-for-heart-health) [clarify](https://yourviews.mindstick.com/view/82824/5-doubts-you-should-clarify-about-facebook-errors) the delegate [concepts](https://www.mindstick.com/articles/13127/macro-and-microeconomics-concepts-in-relation-to-global-organization-management) and when we go for it and why we need [delegates and events](https://www.mindstick.com/forum/160718/difference-between-delegates-and-events-in-c-sharp) also.

## Replies

### Reply by Hemant Patel

Delegates is referred to as a **type safe function pointer in C#**. Which **holds the reference of method with a particular argument list and return type**. When you want to initiate a delegate in a program you can associated its instance with any method that are matches its signature and return type. You can call or invoke the method through the delegate instance.

## You can check these below useful links related to delegates and events

[Delegates in C#](https://www.mindstick.com/Articles/11961/delegates-in-c-sharp)

[Introducing Delegates in C#](https://www.mindstick.com/Articles/1138/introducing-delegates-in-c-sharp)

[Delegates](https://www.mindstick.com/Articles/139/delegates)

[Delegate and Events](https://www.mindstick.com/Articles/20/delegates)

\

\


---

Original Source: https://www.mindstick.com/forum/34277/complete-tutorial-about-delegate-and-events

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
