Parameter Restricted To List Changed Event Args Class
The parameter restiction to the option list was changed.
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)]
[ComVisibleAttribute(true)]
[GuidAttribute("82E0E6C2-3103-4B5A-A5BC-EBAB971B069A")]
public class ParameterRestrictedToListChangedEventArgs : EventArgs,
IParameterRestrictedToListChangedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(true)>
<GuidAttribute("82E0E6C2-3103-4B5A-A5BC-EBAB971B069A")>
Public Class ParameterRestrictedToListChangedEventArgs
Inherits EventArgs
Implements IParameterRestrictedToListChangedEventArgsRemarks
The parameter restiction to the option list was changed.
Constructors
| ParameterRestrictedToListChangedEventArgs | Creates an instance of the ParameterRestrictedToListChangedEventArgs class for the parameter. |
Properties
| IsRestricted | Is the parameter vlue restricted to the list?. |
| ParameterName | The name of the parameter being changed. |
| WasRestricted | Was the parameter vlue restricted to the list?. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |