Skip to main content

MouseHandlerServiceWrapper(IMouseHandlerService) Constructor

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

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public MouseHandlerServiceWrapper(
    IMouseHandlerService service
)

Parameters

Name Type Description
service IMouseHandlerService

An object exposing the IMouseHandlerService interface.

See Also