connectItemsChanged

open fun connectItemsChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (<Error class: unknown class>, <Error class: unknown class>, <Error class: unknown class>) -> Unit): <Error class: unknown class>

This signal is emitted whenever items were added to or removed from @list. At @position, @removed items were removed and @added items were added in their place.

Note: If removed != added, the positions of all later items in the model change.

Since

2.44

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: position the position at which @list changed; removed the number of items removed; added the number of items added