Skip to content

AppExit ​

This event is triggered before the application is going to shutdown.

Parameters ​

ParameterDescription
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"
}
ON_EVENT "AppExit" {
  CC "AdoScript" INFOBOX "BYE BYE" title: "Shut Down"
}