Click here to Skip to main content
15,891,708 members
Articles / Programming Languages / C#

Get Delegate from Event's Subscription

Rate me:
Please Sign up or sign in to vote.
4.00/5 (8 votes)
4 Apr 2009CPOL2 min read 40.1K   367   25  
This code allows you to get a delegate that subscribed to a Control's event. The technique used is applicable to events in general.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions