Do event have return type?

Answers were Sorted based on User's Feedback



Do event have return type?..

Answer / chhatrala

No. events do not have return type.

Is This Answer Correct ?    32 Yes 7 No

Do event have return type?..

Answer / abhinav

Yes Event do have return Type.It actually depends on the
Delegate Type of the Event.Most generally we
use 'EventHandler' as Delegate Type that does not have a
return Type.When you define your own Delegate you can have
a return type and then declare an Event with this Delegate
Type.While compiling the c# compiler will look for the
return Type in the objects that have subscribed to this
Event.

Is This Answer Correct ?    22 Yes 6 No

Do event have return type?..

Answer / satyambabu

Event do not have any return type.

Is This Answer Correct ?    18 Yes 4 No

Do event have return type?..

Answer / shailisha

yes event has a return tyuupe.contact me.

Is This Answer Correct ?    14 Yes 6 No

Do event have return type?..

Answer / deeba

events do not have return types.

Is This Answer Correct ?    10 Yes 4 No

Do event have return type?..

Answer / sambit

Event don't have return type

Is This Answer Correct ?    8 Yes 4 No

Do event have return type?..

Answer / sarat

No events do not have return type.

Is This Answer Correct ?    3 Yes 2 No

Do event have return type?..

Answer / prabhakaran

Events do not have return types.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More VB.NET Interview Questions

What is the difference between manifest and metadata?

0 Answers  


What is the Advantage of vb.net over vb

0 Answers   Digital GlobalSoft,


What is strong typing and weak typing?

0 Answers  


Explain private assembly?

0 Answers  


Explain clr?

0 Answers  


sql satement for 2nd maximum value

15 Answers   NIIT,


Explain the difference between system.string and system.stringbuilder classes?

0 Answers  


What are the objects in asp.net and tell the purpose of those objects

3 Answers   Ascent, CCS, MTBC,


What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  


Can we use a crystal report into a another crystal report

7 Answers  


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

0 Answers   MCN Solutions,


Explain an assembly?

0 Answers  


Categories