com.esri.arcgis.controls
Class IEngineEditEventsOnBeforeStopEditingEvent
java.lang.Object
  
java.util.EventObject
      
com.esri.arcgis.controls.IEngineEditEventsOnBeforeStopEditingEvent
- All Implemented Interfaces: 
 - Serializable
 
public class IEngineEditEventsOnBeforeStopEditingEvent
- extends EventObject
 
Description
 The BeforeStopEditing event is fired whenever an edit session ends and before the edits are committed or discarded. Use this event to verify the edit before it is committed.
 Product Availability
 Available with ArcGIS Engine.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
IEngineEditEventsOnBeforeStopEditingEvent
public IEngineEditEventsOnBeforeStopEditingEvent(Object source)
init
public void init(boolean saveChanges)
 
getSaveChanges
public final boolean getSaveChanges()