AppExit ​
This event is triggered before the application is going to shutdown.
Parameters ​
| Parameter | Description |
|---|---|
| none |
Remarks ​
This event is triggered before the application is going to shutdown.
See Also ​
Example ​
leo-grammar
ON_EVENT "AppExit" {
CC "AdoScript" INFOBOX "BYE BYE" title: "Shut Down"
}