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


IConnectionPoint.Advise Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IConnectionPoint Interface > IConnectionPoint.Advise Method
ArcGIS Developer Help

IConnectionPoint.Advise Method

[Visual Basic .NET]
Public Sub Advise ( _
    ByVal pUnkSink As Object, _
    ByRef pdwCookie As Integer _
)
[C#]
public void Advise (
    object pUnkSink,
    ref uint pdwCookie
);
[C++]
HRESULT Advise(
  LPUNKNOWN pUnkSink,
  System.UInt32* pdwCookie
);
[C++]
Parameters
pUnkSink [in]

pUnkSink is a parameter of type IUnknown pdwCookie [out]
pdwCookie is a parameter of type unsigned long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IConnectionPoint is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IConnectionPoint Interface