IParameterValueChangedEventArgs 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)
[GuidAttribute("41E1A3C4-F23C-4B39-BC54-39851A1D09C9")]
[ComVisibleAttribute(true)]
public interface IParameterValueChangedEventArgs

Remarks

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.

See Also