SerialPort Events
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.IO.Ports Namespace
SerialPort Class
SerialPort Events
DataReceived Event
ErrorReceived Event
PinChanged Event
SerialPort Class
SerialPort Members
SerialPort Constructor
SerialPort Fields
SerialPort Methods
SerialPort Properties
SerialPort Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SerialPort Events
The
SerialPort
type exposes the following members.
Events
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.
Top
See Also
Reference
SerialPort Class
System.IO.Ports Namespace
Tags :