TableT.addOnRowInserted

The "row-inserted" signal is emitted by an object which implements the AtkTable interface when a row is inserted.

template TableT(TStruct)
void
addOnRowInserted
(
void delegate
(
int
,
int
,
TableIF
)
dlg
,)

Meta