_dispWindowEvents.WindowActivated Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Sub WindowActivated ( _
    GotFocus As Window, _
    LostFocus As Window _
)
void WindowActivated(
    Window GotFocus,
    Window LostFocus
)
void WindowActivated(
    [InAttribute] Window^ GotFocus, 
    [InAttribute] Window^ LostFocus
)
abstract WindowActivated : 
        GotFocus:Window * 
        LostFocus:Window -> unit
function WindowActivated(
    GotFocus : Window, 
    LostFocus : Window
)

Parameters

.NET Framework Security

See Also

Reference

_dispWindowEvents Interface

EnvDTE Namespace