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