Parameter Value Changed Event Args Constructor
Creates an instance of the ParameterValueChangedEventArgs class with the old and parameter value.
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 ParameterValueChangedEventArgs(
string paramName,
Object oldValue,
Object newValue
)VB
Public Sub New (
paramName As String,
oldValue As Object,
newValue As Object
)Parameters
Remarks
You can use this constructor when raising the ParameterValueChangedEvent at run time to specify a
specific the parameter having its value changed.