This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Delegate Sub ActiveGraphicsLayerChangedEventHandler ( _ ByVal oldGraphicsLayer As IGraphicsLayer, _ ByVal newGraphicsLayer As IGraphicsLayer _ )
[C#] public delegate void ActiveGraphicsLayerChangedEventHandler ( IGraphicsLayer oldGraphicsLayer, IGraphicsLayer newGraphicsLayer );