Skip to content

DragDropCompleted Event

Description

Occurs when the drag and drop operation has completed.

Syntax

Public Event DragDropCompleted( _
    ByVal Records As [GridRecords](XtremeGridControl~GridRecords.md), _
    ByVal dropEffect As Long _
)

Parameters

  • Records
    GridRecords collection containing all of the records that have been dragged or dropped.

  • dropEffect
    A long integer initially set by the source object identifying all effects it supports. This parameter must be correctly set by the target component during this event. The value of dropEffect is determined by logically Or'ing together all active effects (as listed in Settings). The target component should check these effects and other parameters to determine which actions are appropriate for it, and then set this parameter to one of the allowable effects (as specified by the source) to specify which actions will be performed if the user drops the selection on the component. The possible values are listed in Settings.

See Also


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