Grasshopper API
GH_DocEnabledEventArgs Class |
These arguments are passed along with SettingsChanged events on GH_Document.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
The GH_DocEnabledEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Document |
Gets the document that raised the event.
| |
| Enabled |
Gets the value of the document Enabled flag at the time the event was raised,
it may have been changed in between by other event handlers.
|