Syntax
struct DragSourceDropEvent : com::sun::star::datatransfer::dnd::DragSourceEvent ;
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
- XDragSourceListener
-
Field Summary
|
DropAction |
The action performed by the target on the subject of the drop.
|
|
DropSuccess |
Indicates if the drop was successful.
|
|
Field Details
|
|
Syntax
byte DropAction;
Description
The action performed by the target on the subject of the drop.
See also
- DNDConstants
-
Syntax
boolean DropSuccess;
Description
Indicates if the drop was successful.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.