ZylSerialPort.NET

SerialPort.ConnectionEventHandler Event

Occures after the serial port is connected.

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

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