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


IMapEvents2.ActiveGraphicsLayerChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapEvents2.ActiveGraphicsLayerChanged Event

Fired when the active graphics layer changes.

[Visual Basic .NET]
Public Event ActiveGraphicsLayerChanged As ActiveGraphicsLayerChangedEventHandler
[C#]
public event ActiveGraphicsLayerChangedEventHandler ActiveGraphicsLayerChanged
[C++]
HRESULT ActiveGraphicsLayerChanged(
  IGraphicsLayer* oldGraphicsLayer,
  IGraphicsLayer* newGraphicsLayer
);
[C++]

Parameters oldGraphicsLayer [in]
oldGraphicsLayer is a parameter of type IGraphicsLayer newGraphicsLayer [in]
newGraphicsLayer is a parameter of type IGraphicsLayer

Product Availability

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

See Also

IMapEvents2 Interface