ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents2.OnRedoEditOperation Event

This event is fired after an undone edit operation is redone. Any cached row objects must be discarded / refreshed.

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

Product Availability

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

See Also

IWorkspaceEditEvents2 Interface