raising events in dynamically loaded com class

  • Thread starter Thread starter Ingo Beyer
  • Start date Start date
I

Ingo Beyer

hi all,

in my c# app i dynamically load a extern com library.
in this lib is a class with events.

when i inspect the methods of this class i get to methods:
remove_TestEvent
add_TestEvents

How can I use this methods for applying event handlers in my c# app.

thank you!
ingo
 
Back
Top