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


IBasemapLayer.NotifyLayerChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasemapLayer Interface > IBasemapLayer.NotifyLayerChanged Method
ArcGIS Developer Help

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