KeyProcessor Class
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.
Processes the keyboard input of the editor.
public ref class KeyProcessor abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class KeyProcessor abstract
[Windows::Foundation::Metadata::WebHostHidden]
class KeyProcessor abstract
public abstract class KeyProcessor
type KeyProcessor = class
Public MustInherit Class KeyProcessor
- Inheritance
-
KeyProcessor
Remarks
Export this functionality by using the IKeyProcessorProvider.
Constructors
KeyProcessor() |
Initializes a new instance of KeyProcessor. |
Properties
IsInterestedInHandledEvents |
Determines whether this processor should be called for events that have been handled by earlier KeyProcessor objects. |
Methods
KeyDown(KeyEventArgs) |
Handles the KeyDown event. |
KeyUp(KeyEventArgs) |
Handles the KeyUp event. |
PreviewKeyDown(KeyEventArgs) |
Handles the PreviewKeyDown event. |
PreviewKeyUp(KeyEventArgs) |
Handles the PreviewKeyUp event. |
PreviewTextInput(TextCompositionEventArgs) |
Handles the PreviewTextInput event. |
PreviewTextInputStart(TextCompositionEventArgs) |
Handles the PreviewTextInputStart event. |
PreviewTextInputUpdate(TextCompositionEventArgs) |
Handles the PreviewTextInputUpdate event. |
TextInput(TextCompositionEventArgs) |
Handles the TextInput event. |
TextInputStart(TextCompositionEventArgs) |
Handles the TextInputStart event. |
TextInputUpdate(TextCompositionEventArgs) |
Handles the TextInputUpdate event. |