======Event_WindowActivate====== This event is sent to the plugin when a GRT main window is activated. 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_WindowActivate":{ "windowhandle":531876, "tabhandle":130662912 } }