_dispTextDocumentKeyPressEvents_Event Interface

 

This API supports the product 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 interface _dispTextDocumentKeyPressEvents_Event

NameDescription
System_CAPS_pubmethodadd_AfterKeyPress(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodadd_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_AfterKeyPress(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodremove_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

NameDescription
System_CAPS_pubeventAfterKeyPress

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubeventBeforeKeyPress

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

Return to top
Show: