GH_Document.SolutionStart Event

GH_DocumentSolutionStart Event

This event is raised whenever a new solution is requested. Even if the document is locked.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public event GH_DocumentSolutionStartEventHandler SolutionStart
Public Event SolutionStart As GH_DocumentSolutionStartEventHandler

Value

Type: Grasshopper.KernelGH_DocumentSolutionStartEventHandler
See Also