Events2::WindowEvents Property (Window^)
Visual Studio 2015
Gets the WindowEvents object that provides events for windows in the development environment.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property WindowEvents^ default[ Window^ WindowFilter = null ] { WindowEvents^ get(Window^ WindowFilter = null); }
Parameters
- WindowFilter
-
Type:
EnvDTE::Window^
Optional. If supplied, window events occur only for the specified Window.
Implements
Events::WindowEvents[Window^]
Show: