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
How would you implement inheritance using vb.net?
What is the top .net class that everything is derived from?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is econo-jit?
What are the types of generations in garbage collector?
What is visual basic.net culture?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What do you mean by serialization and deserialization?
Name some of the keywords used in vb.net?
what is common language specification?
What do you mean by serialization and deserialization and it's use.
What is the source code for display the picture in button click event?
Explain the difference between dispose and finalize()?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain about jagged arrarys ?