Click or drag to resize

SessionChangedEventArgs Class

Provides data for the OhioSession.SessionChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Flex.Hal.OhioSessionChangedEventArgs

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class SessionChangedEventArgs : EventArgs

The SessionChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSessionChangedEventArgs
Initializes a new instance of the SessionChangedEventArgs class
Top
Properties
  NameDescription
Public propertyState
State indicating whether session is connected or disconnected.
Top
See Also