IInteger 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("2EA7C47A-A4E0-47A2-8AC1-658F96A0B79D")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IIntegerParameterSpecEventsVB
<GuidAttribute("2EA7C47A-A4E0-47A2-8AC1-658F96A0B79D")>
<ComVisibleAttribute(true)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface IIntegerParameterSpecEventsMethods
| 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. |