======Event_TabComputed====== This event is sent to the plugin after a recalculation of the simulation. The event can be activated/deactivated in the plugin manifest. ===Values=== * **//(integer) windowhandle//** - Windowhandle of the current GRT main window * **//(integer) tabhandle//** - Tabhandle of the currently activated tab (load file) ===JSON source (example)=== { "Event_TabComputed":{ "windowhandle":531876, "tabhandle":130662912 } }