ArcObjects Library Reference (TrackingAnalystUI)  

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 Tracking Analyst Extension.

See Also

IDataObject Interface