ChartSheetBase.Shutdown Event
Occurs when the application domain for the assembly is about to unload.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Public Event Shutdown As EventHandler
public event EventHandler Shutdown
Remarks
The last thing to be called in the ChartSheetBase class as the ChartSheetBase class unloads.
.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.