GH_DocumentEventServer Property |
Gets the event server that belongs to this document.
The Event server may be in an inactive state, but it is never null.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_DocumentEventServer EventServer { get; }
Public ReadOnly Property EventServer As GH_DocumentEventServer
Get
Property Value
Type:
GH_DocumentEventServer[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.EventServer"]
See Also