Explorer close event

  • Thread starter Thread starter jbhan
  • Start date Start date
J

jbhan

Hi,

I am developing an add-in in .NET.
I want to be able to capture the close event of the
explorer object and then set the object to nothing.

The problem is with Outlook taking few seconds to close
completely and I hoping the above will help me solve that
problem.But I am unable to get the close event, all that
the explorer object exposes is a close method. Anyone has
suggestions on how I can get the explorer's close event
in c# code?

Thanks,
jbhan
 
Dont know much about .NET, but the explorer object exposes both a close
method and a close event
 
Back
Top