DeleteApplicationModel ​
This event is triggered after an Application model has been deleted.
Parameters ​
Parameter | Description |
---|---|
appmodelid (appmodid) | intValue, contains the ID of the deleted application model. |
Exit value: ​
Remarks ​
See Also ​
Example ​
The following example welcomes the user after deleting an application model.
leo-grammar
ON_EVENT "DeleteApplicationModel" {
SETG id_AppModelId: (appmodelid)
CC "AdoScript" INFOBOX "BYE BYE"
}