| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl. More...
import"TreeDataModelEvent.idl";
  
 Public Attributes | |
| sequence< XTreeNode > | Nodes | 
| contains the changed, added or removed nodes.  More... | |
| XTreeNode | ParentNode | 
| holds the parent node for changed, added or removed nodes.  More... | |
  Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event.  More... | |
An event used by a XTreeDataModel to notify changes in the data model to the XTreeControl.
You usually need to fill this event only if you implement the XTreeDataModel yourself.
| sequence< XTreeNode > Nodes | 
contains the changed, added or removed nodes.
All nodes must have ParentNode as parent.
| XTreeNode ParentNode | 
holds the parent node for changed, added or removed nodes.
If this is null, Nodes must contain only the root node
 1.8.14