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