Events2::WindowVisibilityEvents Property (Window^)

 

Gets an event object which can be used to be notified when a tool window is showing or hiding.

Namespace:   EnvDTE80
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^
Return to top
Show: