CGXGridCore::OnSelDragRowsDrop
virtual BOOL OnSelDragRowsDrop(ROWCOL nFirstRow, ROWCOL nLastRow, ROWCOL nDestRow);?
nFirstRow
Specifies the first selected row.
nLastRow
Specifies the last selected row.
nDestRow
Specifies the destination row.
Return Value
TRUE if rows can be moved; FALSE if not.
Remarks
Overridable method which is called from OnSelDragDrop before rows are moved and after the user has released the mouse button.






