Graphisoft®

Dialog ManagerVersion: 2.0

UserItemDropTargetObserver::UserItemDragLeft

Event handler for the drag left notification.

virtual void UserItemDragLeft (
    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 this event rises the drag and drop operation leaves the drag target. If you provide custom feedback, now you can discontinue the feedback drawing.