ConnectionEventArgs Class

The ConnectionEventArgs class is used to convey information to a caller that has registered to receive one of the following events: - SetCursorRequest (notification of which field has focus) - ChangeLocaleRequest (notification of a language change) - TransmissionObjectChanged (notification of a different Ispec returned from the runtime system) An instance of this class is returned to the EventHandler with the relevant information.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    ABSuite.AccessLayer.Connector.CoreConnectionEventArgs

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ConnectionEventArgs : EventArgs

The ConnectionEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodConnectionEventArgs
ConnectionEventArgs constructor is initialised with a TransmissionObject instance.
Top
Properties

  NameDescription
Public propertyColumnIndex
The Copy Index when the FocusField is part of a Copy.From region
Public propertyFocusField
The field in the DataModel that has been given focus by the runtime system.
Public propertyTransObject
The Current TransmissionObject held by the Connector
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Default, empty ConnectionEventArgs instance
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference