OnShutdown Method
OnShutdown() is called as the application begins to shutdown; shortly after the user selects "File/Exit".
Syntax
void OnShutdown(
IApplication application
)Sub OnShutdown( _
ByVal application As IApplication _
) Parameters
| Name | Description |
|---|---|
| application | Information about the running application. |