AfterUpdateGrObjects ​
Parameters ​
Parameter | Description |
---|---|
modelid (idValue, optional) -ue, the model ID of the updated drawing area. | |
objids | array, container of IDs of updated graphical objects. |
repaintrect | map, 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
}