GH_DocUndoEventArgs Class |
Namespace: Grasshopper.Kernel
The GH_DocUndoEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Document |
Gets the document that raised the event.
|
![]() | Operation |
Gets the type of undo operation that caused this event.
|
![]() | Record |
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.
|