signal callback delegate or function to connect
void callback(int arg1, int arg2, atk.table.Table table)
arg1 The index of the first row deleted. (optional)
arg2 The number of rows deleted. (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 RowDeleted signal.
The "row-deleted" signal is emitted by an object which implements the AtkTable interface when a row is deleted.