:: com :: sun :: star :: awt ::

struct EnhancedMouseEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-InputEvent
    |
    +-MouseEvent
       |
       +-EnhancedMouseEvent
Description
specifies an event from the mouse.
See also
MouseEvent
Since
OpenOffice 2.0.0

Elements' Summary
Target contains the object on the location of the mouse.  
Elements' Details
Target
::com::sun::star::uno::XInterface Target;
Description
contains the object on the location of the mouse.
Top of Page