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