Hi friends,
Ques : I want to know that what are events and what's the difference between delegates and events in .NET?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 29, 2012, 12:52 AM
Please refer the below link
http://www.coolinterview.com/interview/12142/
Thanks
SenthilkumarPosted Mar 29, 2012, 12:45 AM
Difference between the events and delegates:
http://blog.monstuff.com/archives/000040.html
http://www.ikriv.com/en/prog/info/dotnet/Delegates.html
Prasant JinagaPosted Mar 29, 2012, 12:31 AM
Events are nothing but actions needs to be performed when any click or anything happens for ex: Button click event, onmouse over event etc.
Differences between deligates & events
- Delegate can fire only one method
- Event fire more than one delegate , each call one method
- Event is a C# Modifier
- Delegate is a C# type.
Hope it helps!!!Thanks,
Prasant