TextDocumentKeyPressEventsClass.AfterKeyPress Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised after a key press has been handled and the editor has processed the entered text.
public:
virtual event EnvDTE80::_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler ^ AfterKeyPress;
public:
virtual event EnvDTE80::_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler ^ AfterKeyPress;
public virtual event EnvDTE80._dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler AfterKeyPress;
member this.AfterKeyPress : EnvDTE80._dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler
Public Overridable Custom Event AfterKeyPress As _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler Implements AfterKeyPress
Event Type
Implements
Remarks
The user may not cancel the key press or its resulting behavior.