You have declared an event on your class, and you want outside users of your class to raise this event.

What do you do

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 8462 | Points: 40
Select from following answers:
  1. Make the event public
  2. Add a public method to your class that raises the event
  3. Use a public delegate instead of an event
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response