Events::WindowEvents Property (Window^)
Visual Studio 2015
Gets the WindowEvents object that provides events for windows in the development environment.
Assembly: EnvDTE (in EnvDTE.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.
Show: