LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DragSourceDropEvent Struct Referencepublished

The DragSourceDropEvent is delivered from an object that implements XDragSourceContext to its currently registered drag source listener's. More...

import"DragSourceDropEvent.idl";

Inheritance diagram for DragSourceDropEvent:
DragSourceEvent EventObject

Public Attributes

byte DropAction
 The action performed by the target on the subject of the drop. More...
 
boolean DropSuccess
 Indicates if the drop was successful. More...
 
- Public Attributes inherited from DragSourceEvent
XDragSourceContext DragSourceContext
 The drag source context of the current drag operation. More...
 
XDragSource DragSource
 The drag source on which the Drag and Drop operation was initiated. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

The DragSourceDropEvent is delivered from an object that implements XDragSourceContext to its currently registered drag source listener's.

It contains sufficient information for the originator of the operation to provide appropriate feedback to the end user when the operation completes.

See also
com::sun::star::datatransfer::dnd::XDragSourceListener

Member Data Documentation

◆ DropAction

byte DropAction

The action performed by the target on the subject of the drop.

See also
com::sun::star::datatransfer::dnd::DNDConstants

◆ DropSuccess

boolean DropSuccess

Indicates if the drop was successful.


The documentation for this struct was generated from the following file: