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


IWorkspaceEditEvents2.OnRedoEditOperation Event (ArcObjects .NET 10.5 SDK)
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