IParameter Lower Bound Changed Event Args Interface
Provides data for the value 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("FBCE7FC9-0F58-492B-88F9-8A23A23F93B1")]
[ComVisibleAttribute(true)]
public interface IParameterLowerBoundChangedEventArgsVB
<GuidAttribute("FBCE7FC9-0F58-492B-88F9-8A23A23F93B1")>
<ComVisibleAttribute(true)>
Public Interface IParameterLowerBoundChangedEventArgsRemarks
The IParameterLowerBoundChangedEventArgs interface specifies the old and new lower bound of the parameter.
Properties
| NewLowerBound | The lower bound of the parameter after to the change. |
| OldLowerBound | The lower bound of the parameter prior to the change. |
| ParameterName | The name of the parameter being changed. |