Grasshopper API
GH_DocumentOnUndoStateChanged Method |
Raise the UndoStateChanged event.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void OnUndoStateChanged( GH_UndoOperation op, GH_UndoRecord rec )
Public Sub OnUndoStateChanged ( op As GH_UndoOperation, rec As GH_UndoRecord )
Parameters
- op
- Type: Grasshopper.KernelGH_UndoOperation
Type of undo operation to provide with the Event arguments. - rec
- Type: Grasshopper.Kernel.UndoGH_UndoRecord
Record to provide in the Event arguments.
