Parameter Default Value Changed Event ArgsNew Default Value Property
The default value of the parameter after the name change.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The default value of the parameter after the change.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Object NewDefaultValue { get; }VB
Public ReadOnly Property NewDefaultValue As Object
GetProperty Value
ObjectThe default value of the parameter after the change.
Implements
IParameterDefaultValueChangedEventArgsNewDefaultValueRemarks
The new default value for the parameter can be used to update GUI inforamtion about the PMC.