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

IMouseHandlerService Interface

Defines a service used to handle mouse events.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public interface IMouseHandlerService

The following members return IMouseHandlerService objects:

Remarks

Create a MouseHandlerServiceWrapper class descendant to handle mouse events.

See Also