Click or drag to resize

UndoRedoEventArgs Properties

The UndoRedoEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommandId
The id of the Rhino command. This can be Guid.Empty.
Public propertyDocumentSerialNumber
The document runtime serial number.
Public propertyIsBeforeBeginRecording
Public propertyIsBeforeEndRecording
Public propertyIsBeginRecording
Public propertyIsBeginRedo
Public propertyIsBeginUndo
Public propertyIsEndRecording
Public propertyIsEndRedo
Public propertyIsEndUndo
Public propertyIsPurgeRecord
Public propertyUndoSerialNumber
The undo record serial number.
Top
See Also