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

struct FrameActionEvent
Base Hierarchy
FrameActionEvent
 ┗ ::com::sun::star::lang::EventObject

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