Answer Posted / 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 |
Post New Answer View All Answers
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the class that allows an element to be accessed using unique key?
What is trace in vb.net?
Explain the difference between an xml "fragment" and an xml "document."
What is a literal control?
What is the use of internal keyword?
Name some different types of control?
Can you please explain the difference between c# and vb.net?
What is DLL HELL in VB.NET
Tell me how many .net languages can a single .net dll contain?
What do you mean by option strict on?
Explain jagged array in vb.net?
Can you please explain the difference between thread and process?
What is redim keyword and its use?