Partager via


WindowEventsClass.WindowActivated, événement

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Se produit lorsqu'une fenêtre reçoit le focus.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

Public Overridable Event WindowActivated As _dispWindowEvents_WindowActivatedEventHandler

Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowActivatedEventHandler

AddHandler instance.WindowActivated, handler
public virtual event _dispWindowEvents_WindowActivatedEventHandler WindowActivated
public:
virtual  event _dispWindowEvents_WindowActivatedEventHandler^ WindowActivated {
    void add (_dispWindowEvents_WindowActivatedEventHandler^ value);
    void remove (_dispWindowEvents_WindowActivatedEventHandler^ value);
}
JScript ne prend pas en charge les événements.

Implémentations

_dispWindowEvents_Event.WindowActivated

Notes

WindowActivated ne se produit pas tant que l'environnement n'est pas complètement initialisé et il ne se produit pas avec la première fenêtre qui reçoit le focus au cours du démarrage de l'environnement.

Exemples

Public Sub WindowEvents_WindowActivated(ByVal GotFocus As EnvDTE.Window, ByVal LostFocus As EnvDTE.Window) Handles WindowEvents.WindowActivated
   MsgBox("test")
End Sub

Autorisations

Voir aussi

Référence

WindowEventsClass, classe

Membres WindowEventsClass

EnvDTE, espace de noms