ArcObjects Library Reference (Editor)  

IEditEvents.OnRedo Event

Called when RedoOperation is called.

[Visual Basic .NET]
Public Event OnRedo As OnRedoEventHandler
[C#]
public event OnRedoEventHandler OnRedo

Product Availability

Available with ArcGIS Desktop.

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.

See Also

IEditEvents Interface