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


IMapAdmin3.FireLayerAdded Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapAdmin3.FireLayerAdded Method

Notifies listeners that a layer has been added to the map.

[Visual Basic .NET]
Public Sub FireLayerAdded ( _
    ByVal Layer As ILayer _
)
[C#]
public void FireLayerAdded (
    ILayer Layer
);
[C++]
HRESULT FireLayerAdded(
  ILayer* Layer
);
[C++]

Parameters Layer [in]
Layer is a parameter of type ILayer

Product Availability

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

See Also

IMapAdmin3 Interface