ICapeParameterEvents Interface

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
[GuidAttribute("3C32AD8E-490D-4822-8A8E-073F5EDFF3F5")]
public interface ICapeParameterEvents

Methods

ParameterModeChanged Occurs when the user changes of the mode of a parameter.
ParameterReset Occurs when the user resets a parameter.
ParameterValidated Occurs when a parameter is validated.
ParameterValueChanged Occurs when the user changes of the value of a paramter.

See Also