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.
 
Back
Top