Event handler for drag moved notification.
virtual void PanelDragMoved (
const PanelDropTargetEvent & ev,
DragDrop::Effect * effect,
bool * handleEvent
);
Parameters
- ev
-
A reference to the event.
- effect
-
A pointer to the drag and drop effect.
- handleEvent
-
Output parameter: if the application has handled this event, this value
should be set to true, to avoid the default event processing.
By default the value of this parameter is false.
Description
The application receives this event while the mouse pointer is moving over
a drop target during a drag drop operation.