Skip to main content

KeyboardHandlerServiceWrapper(IKeyboardHandlerService) Constructor

Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public KeyboardHandlerServiceWrapper(
    IKeyboardHandlerService service
)

Parameters

Name Type Description
service IKeyboardHandlerService

An object exposing the IKeyboardHandlerService interface.

See Also