ICape Parameter 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("3C32AD8E-490D-4822-8A8E-073F5EDFF3F5")]
public interface ICapeParameterEventsVB
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
<ComVisibleAttribute(true)>
<GuidAttribute("3C32AD8E-490D-4822-8A8E-073F5EDFF3F5")>
Public Interface ICapeParameterEventsMethods
| 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. |