AfterDrop Event

Occurs after the user drop the cells.

Syntax

Public Event AfterDrop As DragDropEventHandler

Applies To

Grid Object

Parameters

The following parameters are available:

Parameter Description
FirstRow The first row's number when the drop occurs.
FirstCol The first column's number when the drop occurs.
LastRow Ths last row's number when the drop occurs.
LastCol The last column's number when the drop occurs.