This document is archived and information here might be outdated. Recommended version. |
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*