A newer version of this page is available.
Switch to the current version.
KeyboardHandlerServiceWrapper Class
Represents a base class for custom services used to process keyboard input.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v18.2.dll
Declaration
public class KeyboardHandlerServiceWrapper :
IKeyboardHandlerService
Public Class KeyboardHandlerServiceWrapper
Implements IKeyboardHandlerService
Remarks
Implement a KeyboardHandlerServiceWrapper descendant and override the required methods to handle corresponding events.
An example of service substitution for the XtraRichEdit control can be found online.
TIP
A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E1735.
Implements
Inheritance
Object
KeyboardHandlerServiceWrapper
See Also
Feedback