WindowEventsClass.WindowActivated, événement
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
'Déclaration
Public Overridable Event WindowActivated As _dispWindowEvents_WindowActivatedEventHandler
public virtual event _dispWindowEvents_WindowActivatedEventHandler WindowActivated
public:
virtual event _dispWindowEvents_WindowActivatedEventHandler^ WindowActivated {
void add (_dispWindowEvents_WindowActivatedEventHandler^ value);
void remove (_dispWindowEvents_WindowActivatedEventHandler^ value);
}
abstract WindowActivated : IEvent<_dispWindowEvents_WindowActivatedEventHandler,
EventArgs>
override WindowActivated : IEvent<_dispWindowEvents_WindowActivatedEventHandler,
EventArgs>
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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.