Skip to content

DeleteApplicationModel ​

This event is triggered after an Application model has been deleted.

Parameters ​

ParameterDescription
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" 
	
  }
	ON_EVENT "DeleteApplicationModel" {

	SETG id_AppModelId: (appmodelid)
	
	CC "AdoScript" INFOBOX "BYE BYE" 
	
  }