Click or drag to resize

GH_ComponentParamServerParameterChanged Event

Raised whenever there is a change to any parameter. If you only care about NickName or Source changes, handle the ParameterNickNameChanged or ParameterSourcesChanged events instead.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public event GH_ComponentParamServerParameterChangedEventHandler ParameterChanged

Value

Type: Grasshopper.KernelGH_ComponentParamServerParameterChangedEventHandler
See Also