_dispWindowEvents_WindowMovedEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispWindowEvents_WindowMovedEventHandler ( [InAttribute] Window Window, [InAttribute] int Top, [InAttribute] int Left, [InAttribute] int Width, [InAttribute] int Height )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispWindowEvents_WindowMovedEventHandler ( /** @attribute InAttribute() */ Window Window, /** @attribute InAttribute() */ int Top, /** @attribute InAttribute() */ int Left, /** @attribute InAttribute() */ int Width, /** @attribute InAttribute() */ int Height )
Parameters
- Window
- Top
- Left
- Width
- Height