com.esri.arcgis.editor
Class IEditEventsOnCurrentLayerChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEventsOnCurrentLayerChangedEvent
- All Implemented Interfaces:
- Serializable
public class IEditEventsOnCurrentLayerChangedEvent
- extends EventObject
Remarks
Whenever the current layer changes during an edit session, the OnCurrentLayerChanged event is fired.
When To Use
Use IEditEvents::OnCurrentLayerChanged to execute code immediately after the user changes to another layer. In the attached Visual Basic class module example, the methodology for tapping into the editor events is shown.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
Method Summary |
void |
init()
|
IEditEventsOnCurrentLayerChangedEvent
public IEditEventsOnCurrentLayerChangedEvent(Object source)
init
public void init()