Arguments for an event that receives the status of the PalmSens


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.EventArgs
      PalmSens.Comm.StatusEventArgs

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