Skip to content

DeleteMGroup ​

This event is triggered after a model group has been deleted.

Parameters ​

ParameterDescription
mgroupidintValue, 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"
  }
  ON_EVENT "DeleteMGroup" {
  
  SETG id_MGroupId: (mgroupid)
  CC "AdoScript" INFOBOX ("ModelGroupId:   " + STR(id_MGroupId)) title: "BYE BYE"
  }