com.esri.arcgis.editor
Class IEditEventsOnUndoEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditEventsOnUndoEvent
- All Implemented Interfaces:
- Serializable
public class IEditEventsOnUndoEvent
- extends EventObject
Remarks
Whenever an edit operation is undone, the OnUndo event is fired. For example, if a feature is moved and Undo is called, the OnUndo is fired. This event is not fired when sketch operations are undone. For example, undoing the addition of a point to the edit sketch does not trigger the OnUndo event.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
- Serialized Form
Method Summary |
void |
init()
|
IEditEventsOnUndoEvent
public IEditEventsOnUndoEvent(Object source)
init
public void init()