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

struct ModeChangeEvent
Base Hierarchy
ModeChangeEvent
 ┗ ::com::sun::star::lang::EventObject
Description
allows to veto changes in an object's internal mode.
Since
OOo 1.1.2
See also
XModeChangeBroadcaster, XModeChangeListener

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