ArcGIS Developer Help  (ESRI.ArcGIS.Editor)  

OnRedoEventHandler Delegate

Represents the method that handles the OnRedo event.
[Visual Basic .NET]
Public Delegate Sub OnRedoEventHandler ( _
)
[C#]
public delegate void OnRedoEventHandler (
);