Click or drag to resize

ScreenChangedEventArgs Class

Provides data for the OhioSession.ScreenChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Flex.Hal.OhioScreenChangedEventArgs

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

The ScreenChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodScreenChangedEventArgs
Initializes a new instance of the ScreenChangedEventArgs class
Top
Properties
  NameDescription
Public propertyEndPos
End position of screen update.
Public propertyStartPos
Start position of screen update.
Public propertyUpdate
Client or server initialized screen update.
Top
See Also