:: com :: sun :: star :: frame ::

struct FrameActionEvent
Base Hierarchy
FrameActionEvent
 ┗ ::com::sun::star::lang::EventObject
Description
this event struct is broadcast for actions which can happen to components within frames
See also
XFrameActionListener

Elements' Summary
Frame contains the frame in which the event occured  
Action specifies the concrete event  
Elements' Details
Frame
XFrame Frame;
Description
contains the frame in which the event occured
Action
FrameAction Action;
Description
specifies the concrete event
Top of Page