ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2.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 2
[C#]
public event 2 OnUndoEditOperation
[C++]
HRESULT OnUndoEditOperation(
void
);

Product Availability

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

See Also

IWorkspaceEditEvents2 Interface