ravi

ravi

  • NA
  • 16
  • 0

.Net framework questions

Jun 18 2008 11:26 AM

 which one of the following do you do in order to obtain a list of all of the methods registered with particular event

1)Implement a custom collection and event accessors

2)use Eventshelper class to get alist of registered methods

3)use a MulticastDelegate instead of an event

4)call GetRegisteredMethods() on the event 

5)call GetInvocationList() on the event 


Answers (2)