<div>Underlying the event, there&#39;s usually a nullable backing field which contains a Delegate that holds on to the subscribed delegates. If you can get at the field, you call GetInvocationList() to return the subscribers. Getting at the field is not possible in all cases because it&#39;s not actually required that such a field exists for any given event. If the event was implemented in a &quot;default&quot; fashion (such as with the C# code you provided), you should be able to use reflection to scrape it out of the class -- use Reflector or ILDASM to look at your class and understand how this would work.<br>
</div>
<div class="gmail_quote">On Fri, Apr 30, 2010 at 8:51 AM, jon vs. python <span dir="ltr">&lt;<a href="mailto:jonvspython@gmail.com" target="_blank">jonvspython@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">I finally found it!!! Thanks your help, I apologize &#39;cause my delegate subscription was wrong.<br><br>
But I&#39;m still interested in my last question though... How can I list subscriptors to a given event? 
<div>
<div></div>
<div><br><br>
<div class="gmail_quote">On Fri, Apr 30, 2010 at 5:34 PM, jon vs. python <span dir="ltr">&lt;<a href="mailto:jonvspython@gmail.com" target="_blank">jonvspython@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">This may seem an stupid question, but... How can I list subscriptors to a given event?<br>
<div style="DISPLAY: inline"></div>
<div style="DISPLAY: inline"></div></blockquote></div><br>
<div style="DISPLAY: inline"></div></div></div><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a><br><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
<br></blockquote></div><br>