Debug information from PalmSens


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      PalmSens.Comm.DebugInformationEventArgs

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