Click or drag to resize

GH_SolutionEventArgsDocument Property

Gets the document that raised the event, should be the same as the "sender" parameter in the event handler.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Document Document { get; }

Property Value

Type: GH_Document

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_SolutionEventArgs.Document"]

See Also