This document is archived and information here might be outdated.  Recommended version.


IEditEvents.OnRedo Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditEvents Interface > IEditEvents.OnRedo Event
ArcGIS Developer Help

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