DeleteMGroup ​
This event is triggered after a model group has been deleted.
Parameters ​
Parameter | Description |
---|---|
mgroupid | intValue, the ID of the deleted model group. |
Exit value: ​
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "DeleteMGroup" {
SETG id_MGroupId: (mgroupid)
CC "AdoScript" INFOBOX ("ModelGroupId: " + STR(id_MGroupId)) title: "BYE BYE"
}