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


IEditEvents.OnCurrentLayerChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IEditEvents.OnCurrentLayerChanged Event

Called when the current layer changes.

[Visual Basic .NET]
Public Event OnCurrentLayerChanged As OnCurrentLayerChangedEventHandler
[C#]
public event OnCurrentLayerChangedEventHandler OnCurrentLayerChanged

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the current layer changes during an edit session, the OnCurrentLayerChanged event is fired.

See Also

IEditEvents Interface