ListModelT.addOnItemsChanged

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

template ListModelT(TStruct)
void
addOnItemsChanged
(
void delegate
(
uint
,
uint
,
uint
,
ListModelIF
)
dlg
,)

Meta

Since

2.44