describes an event happening in an OfficeDocument More...
import "DocumentEvent.idl";
 
  
| Public Attributes | |
| string | EventName | 
| specifies the name of the event. | |
| ::com::sun::star::frame::XController2 | ViewController | 
| denotes the view respectively controller which the event applies to. | |
| any | Supplement | 
| contains supplemental information about the event which is being notified | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
describes an event happening in an OfficeDocument
The com::sun::star::lang::EventObject::Source member of the base type refers to the document which broadcasts the event.
This type is the successor of the EventObject type, which should not be used anymore.
| string EventName | 
specifies the name of the event.
It's the responsibility of the component supporting the XDocumentEventBroadcaster interface to specify which events it supports.
| any Supplement | 
contains supplemental information about the event which is being notified
The semantics of this additional information needs to be specified by the broadcaster of the event.
| ::com::sun::star::frame::XController2 ViewController | 
denotes the view respectively controller which the event applies to.
Might be NULL if the event is not related to a concrete view of the document.