TextDocumentKeyPressEventsClass::AfterKeyPress Event
Visual Studio 2015
Raised after a key press has been handled and the editor has processed the entered text.
Assembly: EnvDTE80 (in EnvDTE80.dll)
public: event _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler^ AfterKeyPress { virtual void add(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler^ value); virtual void remove(_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler^ value); }
The user may not cancel the key press or its resulting behavior.
Show: