Is there a way to to determine what tool window was dragged when the tool window dragged event is fired? Visual Studio just generated EventArgs and not a ToolWindowDraggedArgs or such. I was trying to use WindowFocused and assume that was the window, but that wasn't fired when I started the drag.