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


ActiveGraphicsLayerChangedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

ActiveGraphicsLayerChangedEventHandler Delegate

Represents the method that handles the ActiveGraphicsLayerChanged event.
[Visual Basic .NET]
Public Delegate Sub ActiveGraphicsLayerChangedEventHandler ( _
    ByVal oldGraphicsLayer As IGraphicsLayer, _
    ByVal newGraphicsLayer As IGraphicsLayer _
)
[C#]
public delegate void ActiveGraphicsLayerChangedEventHandler (
    IGraphicsLayer oldGraphicsLayer,
    IGraphicsLayer newGraphicsLayer
);