Skip to content

AfterUpdateGrObjects ​

Parameters ​

ParameterDescription
modelid (idValue, optional) -ue, the model ID of the updated drawing area.
objidsarray, container of IDs of updated graphical objects.
repaintrectmap, coordinates of the repaint rectangle as a (string) map with keys "x", "y", "w" and "h".

Exit value: ​

Remarks ​

See Also ​

Example ​

leo-grammar
	ON_EVENT "AfterUpdateGrObjects" {
	
	#do something
	
	}
	ON_EVENT "AfterUpdateGrObjects" {
	
	#do something
	
	}