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


IConnectionPoint.Unadvise Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IConnectionPoint.Unadvise Method

[Visual Basic .NET]
Public Sub Unadvise ( _
    ByVal dwCookie As Integer _
)
[C#]
public void Unadvise (
    uint dwCookie
);
[C++]
HRESULT Unadvise(
  Unsigned long dwCookie
);
[C++]

Parameters dwCookie [in] dwCookie 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