ParameterLowerBoundChangedEventArgs Class

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)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("A982AD29-10B5-4C86-AF74-3914DD902384")]
public class ParameterLowerBoundChangedEventArgs : EventArgs, 
	IParameterLowerBoundChangedEventArgs
Inheritance
Object    EventArgs    ParameterLowerBoundChangedEventArgs
Implements
IParameterLowerBoundChangedEventArgs

Remarks

The ParameterLowerBoundChangedEventArgs event specifies the old and new lower bound of the parameter.

Constructors

ParameterLowerBoundChangedEventArgsCreates an instance of the ParameterLowerBoundChangedEventArgs class with the old and new lower bound for the parameter.

Properties

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

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also