IAdviseSink Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |