Click or drag to resize

CursorChangedEventArgs Class

Provides data for the CursorChanged event.
Inheritance Hierarchy

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public class CursorChangedEventArgs : PresentationSpaceEventArgs

The CursorChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyId
The ID of the created session.
(Inherited from SessionEventArgs.)
Public propertyNewPosition
The cursor's new position.
Public propertyOrigin
Specifies the origin of the event.
(Inherited from PresentationSpaceEventArgs.)
Public propertyVisible
The cursor's visibility.
Top
See Also