DeleteModel ​
This event is triggered after a model was deleted.
Parameters ​
Parameter | Description |
---|---|
modelid (idValue, optional) -ue, contains the ID of the concerned model. |
Exit value: ​
Remarks ​
See Also ​
Example ​
The following example displays an INFOBOX after deleting a model.
leo-grammar
ON_EVENT "DeleteModel" {
SETG id_ModelId: (modelid)
CC "AdoScript" INFOBOX "BYE BYE"
}