ArcObjects Library Reference (GeoDatabase)  

IWorkspaceEditEvents.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 OnRedoEditOperationEventHandler
[C#]
public event OnRedoEditOperationEventHandler OnRedoEditOperation
[C++]
HRESULT OnRedoEditOperation(
void
);

Product Availability

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

See Also

IWorkspaceEditEvents Interface