TableT.addOnRowInserted

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

template TableT(TStruct)
gulong
addOnRowInserted
(
void delegate
(
int
,
int
,
TableIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta