struct FrameActionEvent in module com::sun::star::frame::

(Global Index)

Syntax

struct FrameActionEvent : com::sun::star::lang::EventObject ;

Description

This event struct is broadcast for actions which can happen to components within frames.

See also

XFrameActionListener

Field Summary

Frame contains the frame in which the event occured.

Action specifies the concrete event.

Field Details



Frame

Syntax

com::sun::star::frame::XFrame Frame;

Description

contains the frame in which the event occured.


Action

Syntax

com::sun::star::frame::FrameAction Action;

Description

specifies the concrete event.

Top of Page