ParameterDefaultValueChangedEventArgs 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]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("355A5BDD-F6B5-4EEE-97C7-F1533DD28889")]
public class ParameterDefaultValueChangedEventArgs : EventArgs, 
	IParameterDefaultValueChangedEventArgs
Inheritance
Object    EventArgs    ParameterDefaultValueChangedEventArgs
Implements
IParameterDefaultValueChangedEventArgs

Remarks

The ParameterDefaultValueChangedEventArgs event specifies the old and new default value of the parameter.

Constructors

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

See Also