ParameterUpperBoundChangedEventArgsNewUpperBound Property

The upper bound of the parameter after the change.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public Object NewUpperBound { get; }

Property Value

Object
The upper bound of the parameter after the change.

Implements

IParameterUpperBoundChangedEventArgsNewUpperBound

Remarks

The new upper bound of the parameter can be used to update GUI inforamtion about the PMC.

See Also