Click or drag to resize

GH_PingDocumentEventArgs Class

Event arguments passed during PingDocument events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Grasshopper.KernelGH_PingDocumentEventArgs

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

The GH_PingDocumentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGH_PingDocumentEventArgs
Initializes a new instance of the GH_PingDocumentEventArgs class
Top
Properties
  NameDescription
Public propertyDocument
If you're a GH_Document that owns this object, you must fill out this field. This is the only way for objects to know which document they belong to.
Top
Fields
  NameDescription
Protected fieldm_document
Top
See Also