Graphisoft®

Dialog ManagerVersion: 2.0

RichEditDragSourceObserver::RichEditDragStarted

Event handler for the drag started notification.

virtual void RichEditDragStarted (
    const RichEditDragSourceEvent & ev,
    UShort *            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

Use this event to set custom drag and drop data in the drag source control.