:: com :: sun :: star :: util ::

struct ModeChangeEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-ModeChangeEvent
Description
allows to veto changes in an object's internal mode.
See also
XModeChangeBroadcaster
See also
XModeChangeListener
Since version
OpenOffice.org 1.1.1

Elements' Summary
NewMode denotes the new internal mode of a component
Elements' Details
NewMode
string NewMode;
Description
denotes the new internal mode of a component

The semantics of the mode string is to be defined by the component broadcasting this event.

Top of Page