Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when an explorer is being closed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Close As ExplorerEvents_10_CloseEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_CloseEventHandler
AddHandler instance.Close, handler
event ExplorerEvents_10_CloseEventHandler Close
Remarks
If you use the Close method to fire this event, it can only be canceled if the Close method uses the olPromptForSave argument.
See Also
Reference
ExplorerEvents_10_Event Interface