KeyboardHandlerServiceWrapper(IKeyboardHandlerService) Constructor
Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
service | IKeyboardHandlerService | An object exposing the IKeyboardHandlerService interface. |
See Also