Can you help me figure out which script is being invoked for the click
event. The click event being, the delete of the attached file.
Essentially what I want is this:On delete of an attachment, I need to
invoke my custom validation method.The 1st time when I attach documents,
my custom validation method is called. But when an attachment is
deleted, my custom validation method is not called as the default handle
click event is being called which does not have reference to my custom
validation met...