:: com :: sun :: star :: lang ::

struct EventObject
Description
specifies the base for all event objects and identifies the source of the event.
Developers Guide
OfficeDev - Document Events
Database - Events and Other Notifications

Elements' Summary
Source refers to the object that fired the event.  
Elements' Details
Source
::com::sun::star::uno::XInterface Source;
Description
refers to the object that fired the event.
Top of Page