Events.WindowEvents Property

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

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
WindowEvents this[
    Window WindowFilter
] { get; }
property WindowEvents^ WindowEvents[[InAttribute] Window^ WindowFilter] {
    WindowEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowEvents : 
        WindowFilter:Window -> WindowEvents with get
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: EnvDTE.WindowEvents
A WindowEvents object.

.NET Framework Security

See Also

Reference

Events Interface

EnvDTE Namespace