Click or drag to resize

ConnectionStateChangedEventArgs Class

Represent a target reader's new connection state. This class is used with the OnConnectionStateChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    com.gigatmsConnectionStateChangedEventArgs

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class ConnectionStateChangedEventArgs : EventArgs

The ConnectionStateChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewState
New connection state
Top
See Also