Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class SerialErrorReceivedEventArgs
    Inherits EventArgs
C#
public class SerialErrorReceivedEventArgs : EventArgs
C++
ref class SerialErrorReceivedEventArgs : EventArgs
J#
public class SerialErrorReceivedEventArgs extends EventArgs
JScript
public class SerialErrorReceivedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
      PalmSens.Comm.Streams.SerialErrorReceivedEventArgs

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also