TableBox.Drag

Syntax:

Drag(<DragParameters>, <StandardProcessing>, <Row>, <Column>)

Parameters:

<DragParameters>

Type: DragParameters.
Contains the value being dragged, type of action, and possible actions during drag.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

<Row>

Row which the object is located above.

<Column>

Type: TableBoxColumn.
Column which the object is located above.

Description:

Occurs when you finish dragging in table box that is a data receiver.

    

1C:Enterprise Developer's Community