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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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.

Inheritance

Object
KeyboardHandlerServiceWrapper
See Also