Click here to Skip to main content
16,017,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Why we are using delegates in vb.net
Posted

Read this article, this will help you to understand your query,
Delegates in VB.NET[^]
 
Share this answer
 
A delegate is a reference type that represents a method with a specific signature and return type. You can encapsulate any matching method in that delegate. In addition, you can think of a delegate as a reference to a method.

Here are some links for more information on delegates
A Beginner's Guide to Delegates[^]
Delegates in .NET[^]
Events and Delegates[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900