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


IEditEvents.OnUndo 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.OnUndo Event
ArcGIS Developer Help

IEditEvents.OnUndo Event

Called when UndoOperation is called.

[Visual Basic .NET]
Public Event OnUndo As OnUndoEventHandler
[C#]
public event OnUndoEventHandler OnUndo

Product Availability

Available with ArcGIS Desktop.

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.

See Also

IEditEvents Interface