Click or drag to resize

GH_DocSettingsEventArgs Class

These arguments are passed along with SettingsChanged events on GH_Document.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Grasshopper.KernelGH_DocSettingsEventArgs

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_DocSettingsEventArgs : EventArgs

The GH_DocSettingsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document that raised the event.
Public propertyKind
Gets the type of setting that was changed.
Top
See Also