Parameter Default Value Changed Event ArgsOld Default Value Property
The name of the PMC prior to the name change.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The default of the parameter prior to the change.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Object OldDefaultValue { get; }VB
Public ReadOnly Property OldDefaultValue As Object
GetProperty Value
ObjectThe default of the parameter prior to the change.
Implements
IParameterDefaultValueChangedEventArgsOldDefaultValueRemarks
The former name of the unit can be used to update GUI inforamtion about the PMC.