Merge pull request #1652 from davep/remove-children-updated-doc-reference

Remove mention of `ChildrenUpdated` from the `ListView` docs
This commit is contained in:
Dave Pearson
2023-01-24 09:54:32 +00:00
committed by GitHub

View File

@@ -64,21 +64,6 @@ or by clicking on it.
| `item` | `ListItem` | The item that was selected. |
### ChildrenUpdated
The `ListView.ChildrenUpdated` message is emitted when the elements in the `ListView`
are changed (e.g. a child is added, or the list is cleared).
- [x] Bubbles
#### Attributes
| attribute | type | purpose |
| ---------- | ---------------- | ------------------------- |
| `children` | `list[ListItem]` | The new ListView children |
## See Also
* [ListView](../api/list_view.md) code reference