This document is archived and information here might be outdated.  Recommended version.


IDataObject.DAdvise Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IDataObject.DAdvise Method

[Visual Basic .NET]
Public Sub DAdvise ( _
    ByRef pformatetc As tagFORMATETC, _
    ByVal advf As Integer, _
    ByVal pAdvSink As IAdviseSink, _
    ByRef pdwConnection As Integer _
)
[C#]
public void DAdvise (
    ref tagFORMATETC pformatetc,
    ref uint advf,
    ref IAdviseSink pAdvSink,
    ref uint pdwConnection
);

Product Availability

Available with ArcGIS Desktop. Requires Data Interoperability Extension.

See Also

IDataObject Interface