Top   Module   Use   Manual   Index 

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

struct FrameActionEvent

Base Struct
com::sun::star::lang::EventObject

Description
This event struct is broadcast for actions which can happen to components within frames.
See also
XFrameActionListener


Elements

com::sun::star::frame::XFrame Frame
Description
contains the frame in which the event occured.
com::sun::star::frame::FrameAction Action
Description
specifies the concrete event.
Top of Page