Graphisoft®

Dialog ManagerVersion: 2.0

UserItemDropTargetObserver::UserItemDropped

Event handler for the drag dropped notification.

virtual void UserItemDropped (
    const UserItemDropTargetEvent & ev,
    DragDrop::Effect *  effect
);

Parameters

ev
A reference to the event.
effect
Drag and drop effect can take the following values: DragDrop::Reject, DragDrop::Accept, DragDrop::Copy, DragDrop::Move, DragDrop::Link, DragDrop::Delete.

Description

When a drop event occurs it is time to insert data into the drop target. If you provided custom feedback, now is the time to erase it.