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.