Port Disconnected Event Args Class
The port was disconnected.
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)]
[GuidAttribute("693F33AA-EE4A-4CDF-9BA1-8889086BC8AB")]
[ComVisibleAttribute(true)]
public class PortDisconnectedEventArgs : EventArgs,
IPortDisconnectedEventArgsVB
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("693F33AA-EE4A-4CDF-9BA1-8889086BC8AB")>
<ComVisibleAttribute(true)>
Public Class PortDisconnectedEventArgs
Inherits EventArgs
Implements IPortDisconnectedEventArgs- Implements
- IPortDisconnectedEventArgs
Remarks
The port was disconnected.
Constructors
| PortDisconnectedEventArgs | Creates an instance of the PortDisconnectedEventArgs class for the port. |
Properties
| PortName | The name of the port being disconnected. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |