GH_DocumentEventServer Constructor |
Create and register a new event server.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_DocumentEventServer(
GH_Document document
)
Public Sub New (
document As GH_Document
)
Parameters
- document
- Type: Grasshopper.KernelGH_Document
Document that owns this event server.
See Also