Skip to main content
A newer version of this page is available. .

MouseHandlerServiceWrapper Class

A base class for custom services used to process mouse events.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class MouseHandlerServiceWrapper :
    IMouseHandlerService

Remarks

Create a MouseHandlerServiceWrapper class descendant and override its methods to handle mouse events. Use service substitution to register a custom service instead of the default service.

Inheritance

Object
MouseHandlerServiceWrapper
See Also