Hi, these are the methods inside the code.
They are the same that you can find inside the 10Tec's Drag&Drop sample effect.
Private Shared Sub grid_CellMouseDown(ByVal sender As Object, ByVal e As iGCellMouseDownEventArgs)
Private Shared Sub grid_CellMouseMove(ByVal sender As Object, ByVal e As iGCellMouseMoveEventArgs)
Private Shared Sub grid_CellMouseUp(ByVal sender As Object, ByVal e As iGCellMouseUpEventArgs)
Private Shared Sub grid_CellMouseLeave(ByVal sender As Object, ByVal e As iGCellMouseEnterLeaveEventArgs)
Private Shared Sub grid_DragOver(ByVal sender As Object, ByVal e As DragEventArgs)
Private Shared Sub grid_DragDrop(ByVal sender As Object, ByVal e As DragEventArgs)
Private Shared Sub grid_DragLeave(ByVal sender As Object, ByVal e As EventArgs)
The code is in a separated class, it isn't in the Mainform.