ParameterUpperBoundChangedEventArgs Class

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)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("92BF83FE-0855-4382-A15E-744890B5BBF2")]
[ComVisibleAttribute(true)]
public class ParameterUpperBoundChangedEventArgs : EventArgs, 
	IParameterUpperBoundChangedEventArgs
Inheritance
Object    EventArgs    ParameterUpperBoundChangedEventArgs
Implements
IParameterUpperBoundChangedEventArgs

Remarks

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

Constructors

ParameterUpperBoundChangedEventArgsCreates an instance of the ParameterUpperBoundChangedEventArgs class with the old and new upper bound for the parameter.

Properties

NewUpperBound The upper bound of the parameter after the change.
OldUpperBound The upper 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