IParameterModeChangedEventArgs 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)
[GuidAttribute("5405E831-4B5F-4A57-A410-8E91BBF9FFD3")]
[ComVisibleAttribute(true)]
public interface IParameterModeChangedEventArgs

Remarks

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.

See Also