| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified. More...
import "UndoManagerEvent.idl";
 
  
| Public Attributes | |
| string | UndoActionTitle | 
| the title of the undo action which is described by the event | |
| long | UndoContextDepth | 
| denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired. | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
is an event sent by an XUndoManager implementation when the Undo/Redo stacks of the manager are modified.
| string UndoActionTitle | 
the title of the undo action which is described by the event
| long UndoContextDepth | 
denotes the number of Undo contexts which are open, and not yet closed, at the time the event is fired.