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

The ScreenChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodScreenChangedEventArgsInitializes a new instance of the ScreenChangedEventArgs class
Top
Properties
 NameDescription
Public propertyEndPos Gets the end position of screen update.
Public propertyStartPos Gets the start position of screen update.
Public propertyUpdate Gets whether the screen update comes from the host or the client.
Top
See Also