IParameter Value Changed Event Args Interface
Provides data for the value changed event associated with the parameters.
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#
[GuidAttribute("41E1A3C4-F23C-4B39-BC54-39851A1D09C9")]
[ComVisibleAttribute(true)]
public interface IParameterValueChangedEventArgsVB
<GuidAttribute("41E1A3C4-F23C-4B39-BC54-39851A1D09C9")>
<ComVisibleAttribute(true)>
Public Interface IParameterValueChangedEventArgsRemarks
The IParameterValueChangedEventArgs interface specifies the old and new value of the parameter.
Properties
| NewValue | The value of the parameter after the change. |
| OldValue | The value of the parameter prior to the change. |
| ParameterName | The name of the parameter being changed. |