Click or drag to resize

IDataAdviseHolder Interface

Provides advisory connections for data transfer objects.

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

The IDataAdviseHolder type exposes the following members.

Methods
 NameDescription
Public methodAdvise Creates an advisory connection.
Public methodEnumAdvise Enumerates the current advisory connections.
Public methodSendOnDataChange Sends a data-change notification to all advisory sinks.
Public methodUnadvise Terminates an advisory connection.
Top
See Also