signal callback delegate or function to connect
void callback(int arg1, int arg2, atk.table.Table table)
arg1 The index of the first row inserted. (optional)
arg2 The number of rows inserted. (optional)
table the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RowInserted signal.
The "row-inserted" signal is emitted by an object which implements the AtkTable interface when a row is inserted.