ParameterLowerBoundChangedEventArgs Constructor

Creates an instance of the ParameterLowerBoundChangedEventArgs class with the old and new lower bound for the parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public ParameterLowerBoundChangedEventArgs(
	string paramName,
	Object oldLowerBound,
	Object newLowerBound
)

Parameters

paramName  String
The name of the parameter being changed.
oldLowerBound  Object
The name of the PMC prior to the name change.
newLowerBound  Object
The name of the PMC after the name change.

Remarks

You can use this constructor when raising the ParameterLowerBoundChangedEvent at run time to specify that the lower bound of the parameter has changed.

See Also