Skip to main content

IMouseHandlerService Interface

Defines a service used to handle mouse events.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.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