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

struct EventObject
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-EventObject
Description
is thrown on document and document content events
See also
::com::sun::star::document::XEventListener
See also
::com::sun::star::document::XEventBroadcaster
Developers Guide
6.2.6 Office Development - Common Application Features - Document Events

Elements' Summary
EventName specifies the type of the event handler  
Elements' Details
EventName
string EventName;
Description
specifies the type of the event handler

For a list of possible event names see ::com::sun::star::document::Events .

Top of Page