The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: General Event Handling in .NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
James RobinPosted Aug 17, 2011, 11:41 AM
It would be nice if the source code included the files in a working application. It is not clear how all this fits together.
Mike GoldPosted Aug 14, 2011, 12:46 AM
Interesting article Zoran. I imagine there are cases out there, although I personally never dealt with them, where you don't know the event or event handler signature at compile time. I liked the use of reflection and code injection to make it happen. Pretty cool stuff!