Skip to content

DragOverRecords Event

Description

Occurs when the user is dragging records over other records.

Syntax

Public Event DragOverRecords( _
    ByVal TargetRecord As GridRecord, _
    ByVal Records As GridRecords, _
    ByVal Above As Boolean, _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal state As Integer _
)

Parameters

  • TargetRecord: Reference to the GridRecord that is currently being dragged over.
  • Records: Collection of GridRecords being dragged.
  • Above: Specifies if the records will be dropped above or below the TargetRecord.
  • x: x-coordinate of the mouse cursor.
  • y: y-coordinate of the mouse cursor.
  • state: An integer that corresponds to the transition state of the control being dragged in relation to a target form or control.

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.