Worksheet.Shutdown Event
Occurs when the worksheet host item shuts down.
Namespace: Microsoft.Office.Tools.Excel
Assemblies: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Event Shutdown As EventHandler
event EventHandler Shutdown
Remarks
This is the last event to be called in the Worksheet object as the Worksheet object unloads. Use this event for any additional clean up.
In a document-level customization, the application domain for the assembly unloads when the worksheet host item shuts down.
In an application-level add-in, the application domain does not unload when the worksheet host item shuts down. Also, the underlying worksheet object is no more available. To access the worksheet before it shuts down use BeforeClose instead.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.