IParameter Mode Changed Event Args Interface
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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[GuidAttribute("5405E831-4B5F-4A57-A410-8E91BBF9FFD3")]
[ComVisibleAttribute(true)]
public interface IParameterModeChangedEventArgsVB
<GuidAttribute("5405E831-4B5F-4A57-A410-8E91BBF9FFD3")>
<ComVisibleAttribute(true)>
Public Interface IParameterModeChangedEventArgsRemarks
The IParameterModeChangedEventArgs interface specifies the old and new mode of the parameter.
Properties
| NewMode | The mode of the parameter after to the change. |
| OldMode | The mode of the parameter prior to the change. |
| ParameterName | The name of the parameter being changed. |