Parameter Mode Changed Event Args Class
Provides data for the mode 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]
[ComVisibleAttribute(true)]
[GuidAttribute("3C953F15-A1F3-47A9-829A-9F7590CEB5E9")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ParameterModeChangedEventArgs : EventArgs,
IParameterModeChangedEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<GuidAttribute("3C953F15-A1F3-47A9-829A-9F7590CEB5E9")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public Class ParameterModeChangedEventArgs
Inherits EventArgs
Implements IParameterModeChangedEventArgs- Implements
- IParameterModeChangedEventArgs
Remarks
The ParameterModeChangedEventArgs event specifies the old and new mode of the parameter.
Constructors
| ParameterModeChangedEventArgs | Creates an instance of the ParameterModeChangedEventArgs class with the old and new upper bound for the parameter. |
Properties
| NewMode | The mode of the parameter after the change. |
| OldMode | The mode 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) |