Gets emitted when proxy
is about to commit a row change to the proxied data model.
If any callback returns a non null
value, then the change commit fails with the returned Error
row |
the proxy's row |
proxied_row |
the proxied data model's row |
a new Error if validation failed, or |