IAdviseSink in C#

  • Thread starter Thread starter Iliya Tronkov
  • Start date Start date
I

Iliya Tronkov

Hi,
any idea how to implement IAdviseSink in C# to receive notification?

Thanks in advance
 
Hi,

As far as I know, when you create an interop assembly for a COM component,
its events are automatically mapped to .NET events so you don't need to
bother about low-level stuff such as IAdviseSink. But I am not 100% sure
here, so you'd better ask in the microsoft.public.dotnet.framework.interop
newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top