IParameterUpperBoundChangedEventArgs Interface

Provides data for the upper bound changed event associated with the parameters.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[GuidAttribute("A2D0FAAB-F30E-48F5-82F1-4877F61950E9")]
[ComVisibleAttribute(true)]
public interface IParameterUpperBoundChangedEventArgs

Remarks

The IParameterUpperBoundChangedEventArgs interface specifies the old and new lower bound of the parameter.

Properties

NewUpperBound The upper bound of the parameter after to the change.
OldUpperBound The upper bound of the parameter prior to the change.
ParameterName The name of the parameter being changed.

See Also