ChartSheet.Shutdown Event (2007 System)
Occurs when the application domain for the assembly is about to unload.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Event Shutdown As EventHandler
'Usage
Dim instance As ChartSheet
Dim handler As EventHandler
AddHandler instance.Shutdown, handler
public event EventHandler Shutdown
public:
event EventHandler^ Shutdown {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Remarks
The last thing to be called in the Chartsheet class as the Chartsheet 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.