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
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