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

The DragSourceDragEvent is delivered from an object that implements the XDragSourceContext to the currently registered drag source listener. More...

import"DragSourceDragEvent.idl";

Inheritance diagram for DragSourceDragEvent:
DragSourceEvent EventObject

Public Attributes

byte DropAction
 The drag action selected by the current drop target. More...
 
byte UserAction
 The user's currently selected drop action. 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 DragSourceDragEvent is delivered from an object that implements the XDragSourceContext to the currently registered drag source listener.

It contains state regarding the current state of the operation to enable the operations initiator to provide the end user with the appropriate drag over feedback.

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

Member Data Documentation

◆ DropAction

byte DropAction

The drag action selected by the current drop target.

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

◆ UserAction

byte UserAction

The user's currently selected drop action.

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

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