Expand Minimize
0 out of 1 rated this helpful - Rate this topic

_dispWindowEvents_WindowActivatedEventHandler 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_WindowActivatedEventHandler (
	[InAttribute] Window GotFocus,
	[InAttribute] Window LostFocus
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void _dispWindowEvents_WindowActivatedEventHandler (
	/** @attribute InAttribute() */ Window GotFocus, 
	/** @attribute InAttribute() */ Window LostFocus
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

GotFocus

 

LostFocus

 

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.