Share via


IAdviseSink Interface

Definition

Enables containers and other objects to receive notice of changes. Standard OLE interface. For more information, see IAdviseSink.

public interface class IAdviseSink
public interface class IAdviseSink
__interface IAdviseSink
[System.Runtime.InteropServices.Guid("0000010F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAdviseSink
[System.Runtime.InteropServices.Guid("0000010F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAdviseSink
[<System.Runtime.InteropServices.Guid("0000010F-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAdviseSink = interface
[<System.Runtime.InteropServices.Guid("0000010F-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAdviseSink = interface
Public Interface IAdviseSink
Derived
Attributes

Methods

OnClose()
OnDataChange(FORMATETC[], STGMEDIUM[])
OnRename(IMoniker)
OnSave()
OnViewChange(UInt32, Int32)

Applies to