IOptionParameterSpecEvents Interface

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
[GuidAttribute("991F95FB-2210-4E44-99B3-4AB793FF46C2")]
public interface IOptionParameterSpecEvents

Methods

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.

See Also