row_changes_applied
Description:
public virtual signal void row_changes_applied (
int row,
int proxied_row)
Gets emitted when proxy has committed a row change to the proxied data model.
Parameters:
| row |
the proxy's row
|
| proxied_row |
the proxied data model's row
|