Skip to main content
A newer version of this page is available.
All docs
V19.1

IKeyboardHandlerService.OnKeyPress(KeyPressEventArgs) Method

Override this method in a descending class to handle a key press event.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v19.1.dll

Declaration

void OnKeyPress(
    KeyPressEventArgs e
)

Parameters

Name Type Description
e KeyPressEventArgs

A KeyPressEventArgs object specifying the character that is composed when the user presses a key.

Remarks

Inherit from the KeyboardHandlerServiceWrapper class to handle keyboard events.

See Also