IParameter Upper Bound Changed Event Args Interface
Provides data for the upper bound changed event associated with the parameters.
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#
[GuidAttribute("A2D0FAAB-F30E-48F5-82F1-4877F61950E9")]
[ComVisibleAttribute(true)]
public interface IParameterUpperBoundChangedEventArgsVB
<GuidAttribute("A2D0FAAB-F30E-48F5-82F1-4877F61950E9")>
<ComVisibleAttribute(true)>
Public Interface IParameterUpperBoundChangedEventArgsRemarks
The IParameterUpperBoundChangedEventArgs interface specifies the old and new lower bound of the parameter.
Properties
| NewUpperBound | The upper bound of the parameter after to the change. |
| OldUpperBound | The upper bound of the parameter prior to the change. |
| ParameterName | The name of the parameter being changed. |