Expand Minimize
This topic has not yet been rated - Rate this topic

_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler Delegate 

This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

[ComVisibleAttribute(false)] 
public delegate void _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler (
	string Keypress,
	TextSelection Selection,
	bool InStatementCompletion
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler (
	String Keypress, 
	TextSelection Selection, 
	boolean InStatementCompletion
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Keypress

 

Selection

 

InStatementCompletion

 

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.