Grid row triggers

Hi,
is there a function to get a field value from the deleted row in te grid? while using “_remove”

eg

frappe.ui.form.on("enquiry", "enquiry_list_remove", function(frm){
....
})

enquiry_list is the table and i would like to store a value from it before removal

Don’t think so, you might have to pass the value in the function.