.Net framework questionsRravi18yAsked Jun 18, 2008, 11:26 AM6.2k 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
raviPosted Jun 20, 2008, 2:20 PM
Scott LyslePosted Jun 18, 2008, 12:23 PM