SerialPort Events
.NET Framework 4.5
The SerialPort type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataReceived | Represents the method that will handle the data received event of a SerialPort object. |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
ErrorReceived | Represents the method that handles the error event of a SerialPort object. |
|
PinChanged | Represents the method that will handle the serial pin changed event of a SerialPort object. |