ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents.OnUndoEditOperation Event

This event is fired after a (completed) edit operation is undone. Any cached row objects must be discarded / refreshed.

[Visual Basic .NET]
Public Event OnUndoEditOperation As OnUndoEditOperationEventHandler
[C#]
public event OnUndoEditOperationEventHandler OnUndoEditOperation
[C++]
HRESULT OnUndoEditOperation(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceEditEvents Interface