Parameter Lower Bound Changed Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public ParameterLowerBoundChangedEventArgs(
string paramName,
Object oldLowerBound,
Object newLowerBound
)VB
Public Sub New (
paramName As String,
oldLowerBound As Object,
newLowerBound As Object
)Parameters
Remarks
You can use this constructor when raising the ParameterLowerBoundChangedEvent at run time to specify that
the lower bound of the parameter has changed.