ListModelIF.addOnItemsChanged

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.

interface ListModelIF
gulong
addOnItemsChanged
(
void delegate
(
uint
,
uint
,
uint
,)
dlg
,)

Meta

Since

2.44