IAdviseSink Interface
Provides a managed definition of the IAdviseSink interface.
Assembly: System (in System.dll)
The IAdviseSink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OnClose | Notifies all registered advisory sinks that the object has changed from the running state to the loaded state. This method is called by a server. |
![]() | OnDataChange | Notifies all data objects currently registered advisory sinks that data in the object has changed. |
![]() | OnRename | Notifies all registered advisory sinks that the object has been renamed. This method is called by a server. |
![]() | OnSave | Notifies all registered advisory sinks that the object has been saved. This method is called by a server. |
![]() | OnViewChange | Notifies an object's registered advisory sinks that its view has changed. This method is called by a server. |
The IAdviseSink interface enables containers and other objects to receive notifications of data changes, and view changes and compound-document changes occurring in objects of interest.
For more information about the IAdviseSink interface, see the MSDN Library.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
