Syntax
struct DragSourceDragEvent : com::sun::star::datatransfer::dnd::DragSourceEvent ;
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
- XDragSourceListener
-
Field Summary
|
DropAction |
The drag action selected by the current drop target.
|
|
UserAction |
The user's currently selected drop action.
|
|
Field Details
|
|
Syntax
byte DropAction;
Description
The drag action selected by the current drop target.
See also
- DNDConstants
-
Syntax
byte UserAction;
Description
The user's currently selected drop action.
See also
- DNDConstants
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.