ParameterModeChangedEventArgs 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)
[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("3C953F15-A1F3-47A9-829A-9F7590CEB5E9")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ParameterModeChangedEventArgs : EventArgs, 
	IParameterModeChangedEventArgs
Inheritance
Object    EventArgs    ParameterModeChangedEventArgs
Implements
IParameterModeChangedEventArgs

Remarks

The ParameterModeChangedEventArgs event specifies the old and new mode of the parameter.

Constructors

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

See Also