SECListBoxEditor::OnItemMoved
voidSECListBoxEditor::OnItemMoved(intnOldIndex, intnNewIndex, CStringstrTextMoved, BOOLWasDragged)
Called after an item has been moved.
Defined in: lstbxedt.cpp
Return Value
void
Parameters
nOldIndex
Index item was at previously.
nNewIndex
New index for moved item.
strTextMoved
Text of moved item.
WasDragged
TRUE if the item was moved by dragging.
See Also