This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapEvents2 Interface > IMapEvents2.ActiveGraphicsLayerChanged Event (ArcObjects .NET 10.4 SDK) |
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