com.esri.arcgis.controls
Class IEngineEditEventsOnVertexMovedEvent
java.lang.Object
  
java.util.EventObject
      
com.esri.arcgis.controls.IEngineEditEventsOnVertexMovedEvent
- All Implemented Interfaces: 
 - Serializable
 
public class IEngineEditEventsOnVertexMovedEvent
- extends EventObject
 
Description
 The OnVertexMoved event is fired whenever the location of a vertex in the edit sketch is modified. If the edit sketch vertex is modified programmatically call IEngineEditSketch::VertexMoved to ensure that this event is fired.
 Product Availability
 Available with ArcGIS Engine.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
IEngineEditEventsOnVertexMovedEvent
public IEngineEditEventsOnVertexMovedEvent(Object source)
init
public void init(IPoint point)
 
getPoint
public final IPoint getPoint()