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 use of internal keyword?

0 Answers  


What is an indexed property?

1 Answers  


Name some of the features of C# which are not present in VB.NET?

0 Answers  


How to store decimal data in .net?

0 Answers  


linex will support dot net?

4 Answers   Phoenix Technologies,






visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  


What keyword is used to accept a variable number of parameter in a method?

0 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  


What is internal keyword in .net framework?

0 Answers  


How to run a dos command in vb.net?

0 Answers  


Explain the use of serialization and deserialization?

0 Answers  


Categories