Skip to content

DiscardModel ​

This event is triggered after a model was discarded.

Parameters ​

ParameterDescription
modelid (idValue, optional) -ue, contains the ID of the concerned model.

Exit value: ​

Remarks ​

See Also ​

Example ​

The following example displays an INFOBOX after discarding a model.

leo-grammar
	
	ON_EVENT "DiscardModel" {

	SETG id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX "BYE BYE"
	}
	
	ON_EVENT "DiscardModel" {

	SETG id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX "BYE BYE"
	}