Capture the before close event

  • Thread starter Thread starter Yahya Saad
  • Start date Start date
Y

Yahya Saad

Dear Sirs,

How can I capture the before close event of an item since on the close
event I am not able to refer the item object.

Regards,
Yahya
 
There is no "before close" event. You should be able to refer to the item in
your Close event handler.
 
Could you please tell me why I can not access Close event from C# (.NET 1.1,
MS Office 2003 PIAs)? It's simply not listed in a list of available events,
when trying to subscribe to it.
 
Back
Top