com.esri.arcgis.editor
Class IEditEvents2BeforeStopEditingEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEvents2BeforeStopEditingEvent
- All Implemented Interfaces:
- Serializable
public class IEditEvents2BeforeStopEditingEvent
- extends EventObject
Remarks
The BeforeStopEditing event is called before edits are committed or discarded. Use this event to perform any processing of the features before the edits are committed.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
Method Summary |
boolean |
getSave()
|
void |
init(boolean save)
|
IEditEvents2BeforeStopEditingEvent
public IEditEvents2BeforeStopEditingEvent(Object source)
init
public void init(boolean save)
getSave
public final boolean getSave()