Events::WindowEvents Property (Window^)

 

Gets the WindowEvents object that provides events for windows in the development environment.

Namespace:   EnvDTE
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.

Property Value

Type: EnvDTE::WindowEvents^

A WindowEvents object.

Return to top
Show: