ParameterValueChangedEventArgsOldValue 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)
public Object OldValue { get; }

Property Value

Object
The value of the parameter prior to the change.

Implements

IParameterValueChangedEventArgsOldValue

Remarks

The former value of the parameter can be used to update GUI inforamtion about the PMC.

See Also