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: 6.0.8219.1880
Syntax
public class SessionChangedEventArgs : EventArgs

The SessionChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSessionChangedEventArgsInitializes a new instance of the SessionChangedEventArgs class
Top
Properties
 NameDescription
Public propertyState Gets the state indicating whether session is connected or disconnected.
Top
See Also