Click or drag to resize

IOleAdviseHolder Interface

Manages advisory connections for OLE objects.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IOleAdviseHolder

The IOleAdviseHolder type exposes the following members.

Methods
 NameDescription
Public methodAdvise Creates an advisory connection.
Public methodEnumAdvise Enumerates the current advisory connections.
Public methodSendOnClose Sends a close notification.
Public methodSendOnRename Sends a rename notification.
Public methodSendOnSave Sends a save notification.
Public methodUnadvise Terminates an advisory connection.
Top
See Also