Parameter 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]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C3592B59-92E8-4A24-A2EB-E23C38F88E7F")]
[ComVisibleAttribute(true)]
public class ParameterValueChangedEventArgs : EventArgs,
IParameterValueChangedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("C3592B59-92E8-4A24-A2EB-E23C38F88E7F")>
<ComVisibleAttribute(true)>
Public Class ParameterValueChangedEventArgs
Inherits EventArgs
Implements IParameterValueChangedEventArgs- Implements
- IParameterValueChangedEventArgs
Remarks
The ParameterValueChangedEventArgs event specifies the old and new value of the parameter.
Constructors
| ParameterValueChangedEventArgs | Creates an instance of the ParameterValueChangedEventArgs class with the old and parameter value. |
Properties
| NewValue | The value of the parameter after the change. |
| OldValue | The value of the parameter prior to the name change. |
| ParameterName | The name of the parameter being changed. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |