Skip to content

DeactivateModelWindow ​

This event is triggered when a model window has been deactivated.

Parameters ​

ParameterDescription
modelid (idValue, optional) -ue, model ID of the deactivated model window.

Exit value: ​

Remarks ​

See Also ​

Example :

leo-grammar
  
	ON_EVENT "BeforeBuildGrModel" {
	
	SET id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX ("You are deactivating the model:  " + STR(id_ModelId))
	
	}
  
	ON_EVENT "BeforeBuildGrModel" {
	
	SET id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX ("You are deactivating the model:  " + STR(id_ModelId))
	
	}