com.esri.arcgis.editor
Interface IEditEvents3

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IEditEvents3Adapter, IEditEvents3Proxy

public interface IEditEvents3
extends EventListener, Serializable

Provides access to more editor events. Implement it to listen for specific events that occur during an edit session.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
          Called before the edit sketch is drawn.
 

Method Detail

beforeDrawSketch

void beforeDrawSketch(IEditEvents3BeforeDrawSketchEvent theEvent)
                      throws IOException,
                             AutomationException
Called before the edit sketch is drawn.

Remarks

Listen for IEditEvents3::BeforeDrawSketch to intercept and handle sketch display properties before the edit sketch is drawn.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.