This topic has not yet been rated - Rate this topic

_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: EnvDTE
Assembly: 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
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Window

 

Top

 

Left

 

Width

 

Height

 

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ