AddInBase.Shutdown Event

Occurs when the add-in is about to be unloaded.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntax

'Declaration
Public Event Shutdown As EventHandler
public event EventHandler Shutdown

Remarks

Use the default Shutdown event handler in the ThisAddIn class, instead of creating your own event handler for this event. The default Shutdown event handler is named ThisAddIn_Shutdown.

In Outlook 2010, the Shutdown event is not raised when Outlook exits. However, this event is raised when the user disables the add-in by using the COM Add-ins dialog box in Outlook.

For more information, see Events in Office Projects. For more information about the ThisAddIn class, see Programming Application-Level Add-Ins.

.NET Framework Security

See Also

Reference

AddInBase Class

Microsoft.Office.Tools Namespace