Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / Windows Forms

How to copy event handlers from one control to another at runtime

Rate me:
Please Sign up or sign in to vote.
4.96/5 (11 votes)
1 Jan 2012CPOL4 min read 58.3K   2.4K   22  
This article will show you how to copy event handlers from one control to another at run time using dirty tricks and .NET Reflection.

Views

Daily Counts

Downloads

Weekly Counts

License

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



Comments and Discussions