ParameterValueChangedEventArgs 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)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C3592B59-92E8-4A24-A2EB-E23C38F88E7F")]
[ComVisibleAttribute(true)]
public class ParameterValueChangedEventArgs : EventArgs, 
	IParameterValueChangedEventArgs
Inheritance
Object    EventArgs    ParameterValueChangedEventArgs
Implements
IParameterValueChangedEventArgs

Remarks

The ParameterValueChangedEventArgs event specifies the old and new value of the parameter.

Constructors

ParameterValueChangedEventArgsCreates 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)

See Also