Partager via


WindowEventsClass.WindowMoved, é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 après le déplacement ou le redimensionnement d'une fenêtre.

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

Syntaxe

Public Overridable Event WindowMoved As _dispWindowEvents_WindowMovedEventHandler

Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowMovedEventHandler

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

Implémentations

_dispWindowEvents_Event.WindowMoved

Exemples

Public Sub WindowEvents_WindowMoved(ByVal Window As EnvDTE.Window, ByVal Top As Integer, ByVal Left As Integer, ByVal [Width] As Integer, ByVal Height As Integer) Handles WindowEvents.WindowMoved
   MsgBox("test")
End Sub

Autorisations

Voir aussi

Référence

WindowEventsClass, classe

Membres WindowEventsClass

EnvDTE, espace de noms