Select from following answers:- Make the event public
- Add a public method to your class that raises the event

- Use a public delegate instead of an event
- All Above
The public method can be called by outside users of your class. Internally it can raise the event
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator