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