RichEditDragSourceObserver::RichEditDragStarted
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.