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.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public interface IMouseHandlerService

The following members return IMouseHandlerService objects:

Remarks

Create a MouseHandlerServiceWrapper class descendant to handle mouse events.

See Also