I have created a form that will create a post upon submission. I also have a function that updates the form content and custom fields when a user updates the form entry, using the gform_post_submission hook. I would like to detect when a user deletes an entry and trash the post. Is there a way for me to detect this in that hook or in another hook? Thanks!