1.

Some facts about event in .NET

Answer»

(1)RETURN TYPE:-There is No return type of an event in .NET.
(2)Access Specifier:-Yes, THOUGH they are public by default.
(3)Shared Event:- Yes, but shared events MAY only be RAISED by shared methods.



Discussion

No Comment Found