Events2.WindowVisibilityEvents Property

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)

Syntax

'Declaration
ReadOnly Property WindowVisibilityEvents ( _
    WindowFilter As Window _
) As WindowVisibilityEvents
WindowVisibilityEvents this[
    Window WindowFilter
] { get; }
property WindowVisibilityEvents^ WindowVisibilityEvents[[InAttribute] Window^ WindowFilter] {
    WindowVisibilityEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowVisibilityEvents : WindowVisibilityEvents
JScript does not support indexed properties.

Parameters

  • WindowFilter
    Type: EnvDTE.Window
    Optional. If supplied, window events occur only for the specified Window.

Property Value

Type: EnvDTE80.WindowVisibilityEvents

.NET Framework Security

See Also

Reference

Events2 Interface

EnvDTE80 Namespace