what is the return type of event?
pls reply?
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.
Shweta LodhaPosted Jan 22, 2015, 10:29 AM
It totally depends on the type of the delegate you declare the event with. Usually events are declared with a delegate of type EventHandler or EventHandler which returns void, but nothing prevents declaring an event with a different type of delegate.
More:
http://blogs.msdn.com/b/deviations/archive/2008/11/27/event-handlers-returning-values.aspx