Parameter Lower Bound Changed Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("A982AD29-10B5-4C86-AF74-3914DD902384")]
public class ParameterLowerBoundChangedEventArgs : EventArgs,
IParameterLowerBoundChangedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(true)>
<GuidAttribute("A982AD29-10B5-4C86-AF74-3914DD902384")>
Public Class ParameterLowerBoundChangedEventArgs
Inherits EventArgs
Implements IParameterLowerBoundChangedEventArgs- Implements
- IParameterLowerBoundChangedEventArgs
Remarks
The ParameterLowerBoundChangedEventArgs event specifies the old and new lower bound of the parameter.
Constructors
| ParameterLowerBoundChangedEventArgs | Creates 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) |