Graphisoft®

Dialog ManagerVersion: 2.0

PanelObserver::PanelDragLeft

Event handler for drag left notification.

virtual void PanelDragLeft (
    const PanelDropTargetEvent & ev,
    bool *              handleEvent
);

Parameters

ev
A reference to the event.
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 the mouse pointer leaves the drop target during a drag drop operation. Once custom feedback was provided by the application, it shall be discontinued when this event is received.