GH_DocSettingsEventArgs Class |
These arguments are passed along with SettingsChanged events on GH_Document.
Inheritance Hierarchy
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public class GH_DocSettingsEventArgs : EventArgs
Public Class GH_DocSettingsEventArgs
Inherits EventArgs
The GH_DocSettingsEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Document |
Gets the document that raised the event.
|
| Kind |
Gets the type of setting that was changed.
|
TopSee Also