Hi COM gurus,

here comes a nice question for you:

I've a simple COM object (named for example InnerObject) which fires events.
Now I'm aggregating this inner object in a second object (say OuterObject).

When I create an OuterObject it works fine to query interface for InnerObject and call the methods of InnerObjects.
But how can I catch the events of InnerObject (create an event sink)?

Thanks for any help.

Alpha137