IIntegerParameterSpecEvents Interface

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[GuidAttribute("2EA7C47A-A4E0-47A2-8AC1-658F96A0B79D")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IIntegerParameterSpecEvents

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