Used to monitor Rhino's built in undo/redo support.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static event EventHandler<UndoRedoEventArgs> UndoRedo
Public Shared Event UndoRedo As EventHandler(Of UndoRedoEventArgs)
Value
Type:
SystemEventHandlerUndoRedoEventArgs
See Also