Events2::WindowVisibilityEvents Property (Window^)
Visual Studio 2015
Gets an event object which can be used to be notified when a tool window is showing or hiding.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property WindowVisibilityEvents^ default[ Window^ WindowFilter = null ] { WindowVisibilityEvents^ get(Window^ WindowFilter = null); }
Parameters
- WindowFilter
-
Type:
EnvDTE::Window^
Optional. If supplied, window events occur only for the specified Window.
Property Value
Type: EnvDTE80::WindowVisibilityEvents^
Show: