Parameter Default Value Changed Event Args Constructor
Creates an instance of the ParameterDefaultValueChangedEventArgs class with the old and new default values.
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 ParameterDefaultValueChangedEventArgs(
string paramName,
Object oldDefaultValue,
Object newDefaultValue
)VB
Public Sub New (
paramName As String,
oldDefaultValue As Object,
newDefaultValue As Object
)Parameters
Remarks
You can use this constructor when raising the ParameterDefaultValueChangedEventArgs at run time to specify
that the default value of the parameter has changed.