C# Delgates and events

Posted by Deepak on Stack Overflow See other posts from Stack Overflow or by Deepak
Published on 2009-03-05T11:16:47Z Indexed on 2010/06/12 10:03 UTC
Read the original article Hit count: 253

Filed under:
|

I have an assembly with a class which defines a custom event using a delegate and custom event args. Now i have to load this assembly dynamically through my code and create the instance of this class. Till here i'm fine. Now i have to provide a event handler to the event raised by the class object using custom delegate. How can i add a event handler to the event raised from class using Relection ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET