IAdviseSink Members
.NET Framework 3.5
Provides a managed definition of the IAdviseSink interface.
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. |