GH_Document.SolutionEndEventHandler Delegate

GH_DocumentSolutionEndEventHandler Delegate

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void SolutionEndEventHandler(
	Object sender,
	GH_SolutionEventArgs e
)
Public Delegate Sub SolutionEndEventHandler ( 
	sender As Object,
	e As GH_SolutionEventArgs
)

Parameters

sender
Type: SystemObject
e
Type: Grasshopper.KernelGH_SolutionEventArgs
See Also