CreateModel ​
This event is triggered after a new model has successfully been created.
Parameters ​
Parameter | Description |
---|---|
modelid | intValue, contains the ID of the concerned model. |
Exit value: ​
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "CreateModel" {
SETG id_ModelId: (modelid)
CC "AdoScript" INFOBOX "HELLO"
}