IParameterDefaultValueChangedEventArgs 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("E5D9CE6A-9B10-4A81-9E06-1B6C6C5257F3")]
[ComVisibleAttribute(true)]
public interface IParameterDefaultValueChangedEventArgs

Remarks

The IParameterDefaultValueChangedEventArgs interface specifies the old and new default value of the parameter.

Properties

NewDefaultValue The default value of the parameter after the name change.
OldDefaultValue The default value of the parameter prior to the change.
ParameterName The name of the parameter being changed.

See Also