GH_DocUndoEventArgsRecord Property |
Gets the UndoRecord pertaining to this event.
Not every Event type has a single record associated with it
so be sure to test for null.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_UndoRecord Record { get; }
Public ReadOnly Property Record As GH_UndoRecord
Get
Property Value
Type:
GH_UndoRecord[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocUndoEventArgs.Record"]
See Also