How to handle C# events in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AllIsWell
    New Member
    • Apr 2010
    • 1

    How to handle C# events in C++

    Hello All, I would like to know how can i receive and then handle events raised from C# in C++. Scenario is like this.
    I have a C# module that raises events based on some conditions. In C++(unmanaged) code i have to handle these events. Please tell how it can be done? Please give some code examples.

    Thank you.
Working...