IParameterLowerBoundChangedEventArgs 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("FBCE7FC9-0F58-492B-88F9-8A23A23F93B1")]
[ComVisibleAttribute(true)]
public interface IParameterLowerBoundChangedEventArgs

Remarks

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

Properties

NewLowerBound The lower bound of the parameter after to the change.
OldLowerBound The lower bound of the parameter prior to the change.
ParameterName The name of the parameter being changed.

See Also