Grasshopper API
GH_VarParamEventArgs Class |
Arguments used in Variable Parameter events.

Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

The GH_VarParamEventArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | GH_VarParamEventArgs(IGH_Param, GH_VarParamSide) | Initializes a new instance of the GH_VarParamEventArgs class |
![]() | GH_VarParamEventArgs(IGH_Param, GH_VarParamSide, Int32) | Initializes a new instance of the GH_VarParamEventArgs class |

Name | Description | |
---|---|---|
![]() | Index |
Gets the index of the parameter.
|
![]() | Param |
Gets the parameter.
|
![]() | Side |
Gets the side of the parameter.
|
