ZylSerialPort.NET

SerialPort.ConnectionEventHandler Event

Occures when the serial port is disconnected.

[Visual Basic]
Public Event Disconnected As 
[C#]
public event  Disconnected;

Event Data

The event handler receives an argument of type ConnectionEventArgs containing data related to this event. The following ConnectionEventArgs property provides information specific to this event.

Property Description
Port Physical serial port.

See Also

SerialPort Class | ZylSerialPort Namespace