Parameter Default Value 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]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("355A5BDD-F6B5-4EEE-97C7-F1533DD28889")]
public class ParameterDefaultValueChangedEventArgs : EventArgs,
IParameterDefaultValueChangedEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("355A5BDD-F6B5-4EEE-97C7-F1533DD28889")>
Public Class ParameterDefaultValueChangedEventArgs
Inherits EventArgs
Implements IParameterDefaultValueChangedEventArgs- Implements
- IParameterDefaultValueChangedEventArgs
Remarks
The ParameterDefaultValueChangedEventArgs event specifies the old and new default value of the parameter.
Constructors
| ParameterDefaultValueChangedEventArgs | Creates an instance of the ParameterDefaultValueChangedEventArgs class with the old and new default values. |
Properties
| NewDefaultValue | The default value of the parameter after the name change. |
| OldDefaultValue | The name of the PMC prior to the name change. |
| ParameterName | The name of the parameter being changed. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |