Back to Devexpress

IKeyboardHandlerService Interface

corelibraries-devexpress-dot-services-b1a029ea.md

latest1.2 KB
Original Source

IKeyboardHandlerService Interface

Defines a service used to process keyboard input.

Namespace : DevExpress.Services

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface IKeyboardHandlerService
vb
Public Interface IKeyboardHandlerService

The following members return IKeyboardHandlerService objects:

Remarks

Create a KeyboardHandlerServiceWrapper class descendant to handle keyboard events.

See Also

IKeyboardHandlerService Members

KeyboardHandlerServiceWrapper

DevExpress.Services Namespace