Called when RedoOperation is called.
[Visual Basic 6.0]
Event OnRedo
[Visual Basic .NET] Public Event OnRedo As OnRedoEventHandler
[C#] public event OnRedoEventHandler OnRedo
Product Availability
Available with ArcGIS Desktop.
Remarks
Whenever an edit operation is redone, the OnRedo event is fired. For example, if a feature is moved and Undo and Redo are called, the OnUndo and OnRedo events are fired. This event is not fired when sketch operations are redone. For example, redoing the addition of a point to the edit sketch does not trigger the OnRedo event.