======Event_WindowDeactivate====== This event is sent to the plugin when a GRT main window is deactivated (window goes into the background). The event can be activated/deactivated in the plugin manifest. ===Values=== * **//(integer) windowhandle//** - Windowhandle of the current GRT main window ===JSON source (example)=== { "Event_WindowDeactivate":{ "windowhandle":531876 } }