Parameter Upper Bound Changed Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("92BF83FE-0855-4382-A15E-744890B5BBF2")]
[ComVisibleAttribute(true)]
public class ParameterUpperBoundChangedEventArgs : EventArgs,
IParameterUpperBoundChangedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("92BF83FE-0855-4382-A15E-744890B5BBF2")>
<ComVisibleAttribute(true)>
Public Class ParameterUpperBoundChangedEventArgs
Inherits EventArgs
Implements IParameterUpperBoundChangedEventArgs- Implements
- IParameterUpperBoundChangedEventArgs
Remarks
The ParameterUpperBoundChangedEventArgs event specifies the old and new lower bound of the parameter.
Constructors
| ParameterUpperBoundChangedEventArgs | Creates 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) |