:: com :: sun :: star :: document ::

struct UndoManagerEvent
Base Hierarchy
UndoManagerEvent
 ┗ ::com::sun::star::lang::EventObject
Description
is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified.
See also
XUndoManager, XUndoManagerListener, XUndoAction

Elements' Summary
UndoActionTitle the title of the undo action which is described by the event  
UndoContextDepth denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.  
Elements' Details
UndoActionTitle
string UndoActionTitle;
Description
the title of the undo action which is described by the event
See also
XUndoAction::Title
UndoContextDepth
long UndoContextDepth;
Description
denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.
See also
XUndoManager::enterUndoContext
Top of Page