Parameter Mode Changed Event Args Constructor
Creates an instance of the ParameterModeChangedEventArgs 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 ParameterModeChangedEventArgs(
string paramName,
Object oldMode,
Object newMode
)VB
Public Sub New (
paramName As String,
oldMode As Object,
newMode As Object
)Parameters
Remarks
You can use this constructor when raising the ParameterModeChangedEvent at run time to specify
that the mode of the parameter has changed.