WindowEventsClass.WindowMoved, é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 après le déplacement ou le redimensionnement d'une fenêtre.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Public Overridable Event WindowMoved As _dispWindowEvents_WindowMovedEventHandler
public virtual event _dispWindowEvents_WindowMovedEventHandler WindowMoved
public:
virtual event _dispWindowEvents_WindowMovedEventHandler^ WindowMoved {
void add (_dispWindowEvents_WindowMovedEventHandler^ value);
void remove (_dispWindowEvents_WindowMovedEventHandler^ value);
}
abstract WindowMoved : IEvent<_dispWindowEvents_WindowMovedEventHandler,
EventArgs>
override WindowMoved : IEvent<_dispWindowEvents_WindowMovedEventHandler,
EventArgs>
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
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.