Event handler for drag dropped notification.
virtual void PanelDropped (
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 when a drag and drop operation ends
with a drop event above a drop target. Once custom feedback was provided
by the application, it shall be discontinued when this event is received.