IOption 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#
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
[GuidAttribute("991F95FB-2210-4E44-99B3-4AB793FF46C2")]
public interface IOptionParameterSpecEventsVB
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
<ComVisibleAttribute(true)>
<GuidAttribute("991F95FB-2210-4E44-99B3-4AB793FF46C2")>
Public Interface IOptionParameterSpecEventsMethods
| ParameterDefaultValueChanged | Occurs when the user changes of the default value of a parameter. |
| ParameterOptionListChanged | Occurs when the user changes of the lower bound of a parameter. |
| ParameterRestrictedToListChanged | Occurs when the user changes of the upper bound of a parameter. |
| ParameterValidated | Occurs when a parameter is validated. |