Graphisoft®

Dialog ManagerVersion: 2.0

ListBoxDragSourceObserver::ListBoxDragEnded

Event handler for the drag ended notification.

virtual void ListBoxDragEnded (
    const ListBoxDragSourceEvent & 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

This is the place to process the effect received form the drop target. If you provided custom drag source feedback, it is time to hide it.