IReal Parameter Spec Events Interface
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[GuidAttribute("058B416C-FC61-4E64-802A-19070CB39703")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface IRealParameterSpecEventsVB
<GuidAttribute("058B416C-FC61-4E64-802A-19070CB39703")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
<ComVisibleAttribute(true)>
Public Interface IRealParameterSpecEventsMethods
| ParameterDefaultValueChanged | Occurs when the user changes of the default value of a parameter. |
| ParameterLowerBoundChanged | Occurs when the user changes of the lower bound of a parameter. |
| ParameterUpperBoundChanged | Occurs when the user changes of the upper bound of a parameter. |
| ParameterValidated | Occurs when a parameter is validated. |