LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
any | Element |
This contains the element that was inserted or removed. More... | |
any | ReplacedElement |
This contains the replaced element. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
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.