This event is fired when an element is inserted in a container. More...
import "ContainerEvent.idl";
 
  
| Public Attributes | |
| any | Accessor | 
| It contains the accessor to the element which is inserted or removed. | |
| any | Element | 
| This contains the element that was inserted or removed. | |
| any | ReplacedElement | 
| This contains the replaced element. | |
|  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
This event is fired when an element is inserted in a container.
| any Accessor | 
It contains the accessor to the element which is inserted or removed.
The type and the value of the accessor depends on the service.
| any Element | 
This contains the element that was inserted or removed.
| any ReplacedElement | 
This contains the replaced element.