IRealParameterSpecEvents Interface

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[GuidAttribute("058B416C-FC61-4E64-802A-19070CB39703")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface IRealParameterSpecEvents

Methods

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.

See Also