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


IBasemapLayer.NotifyLayerChanged Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasemapLayer.NotifyLayerChanged Method

Notify Base map Layer that one of its layers changed.

[Visual Basic .NET]
Public Sub NotifyLayerChanged ( _
    ByVal Layer As ILayer, _
    ByVal eventHint As esriLayerEventHint, _
    ByVal eventParam As IVariantArray _
)
[C#]
public void NotifyLayerChanged (
    ILayer Layer,
    esriLayerEventHint eventHint,
    IVariantArray eventParam
);
[C++]
HRESULT NotifyLayerChanged(
  ILayer* Layer,
  esriLayerEventHint eventHint,
  IVariantArray* eventParam
);
[C++]

Parameters Layer [in]
Layer is a parameter of type ILayer eventHint [in]
eventHint is a parameter of type esriLayerEventHint eventParam [in]
eventParam is a parameter of type IVariantArray

Product Availability

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

See Also

IBasemapLayer Interface

.NET Related Topics

Creating and working with basemap layers