Parameter Upper Bound Changed Event Args Constructor
Creates an instance of the ParameterUpperBoundChangedEventArgs class with the old and new upper 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 ParameterUpperBoundChangedEventArgs(
string paramName,
Object oldUpperBound,
Object newUpperBound
)VB
Public Sub New (
paramName As String,
oldUpperBound As Object,
newUpperBound As Object
)Parameters
Remarks
You can use this constructor when raising the ParameterUpperBoundChangedEvent at run time to specify
that the upper bound of the parameter has changed.