GH_ParamServerEventArgs.Parameter Property

GH_ParamServerEventArgsParameter Property

Gets the parameter that caused the original event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Param Parameter { get; }
Public ReadOnly Property Parameter As IGH_Param
	Get

Property Value

Type: IGH_Param

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ParamServerEventArgs.Parameter"]

See Also