Skip to main content
A newer version of this page is available. .

KeyboardHandlerServiceWrapper Class

A base class for custom services used to process keyboard input.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class KeyboardHandlerServiceWrapper :
    IKeyboardHandlerService

Remarks

Create a KeyboardHandlerServiceWrapper class descendant and override its methods to handle the KeyDown, KeyPress, and KeyUp events.

See how to use services to handle keyboard events in the WinForms Rich Text Editor.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the KeyboardHandlerServiceWrapper class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
KeyboardHandlerServiceWrapper
See Also