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

interface XEventsSupplier
Description
gives access to a list of URLs bound to events of this object
Developers Guide
OfficeDev - Component - Models - XEventsSupplier

Methods' Summary
getEvents offers a list of event handlers which are be bound to events of this object  
Methods' Details
getEvents
::com::sun::star::container::XNameReplace
getEvents();

Description
offers a list of event handlers which are be bound to events of this object
Returns
an Events description object
Top of Page