signal callback delegate or function to connect
void callback(int row, int proxiedRow, gda.data_proxy.DataProxy dataProxy)
row the proxy's row (optional)
proxiedRow the proxied data model's row (optional)
dataProxy 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 RowChangesApplied signal.
Gets emitted when proxy has committed a row change to the proxied data model.