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

MouseHandlerServiceWrapper Class

Represents a base class for custom services used to process mouse events.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v19.1.dll

Declaration

public class MouseHandlerServiceWrapper :
    IMouseHandlerService

Remarks

Implement a MouseHandlerServiceWrapper descendant and override the required methods to handle the corresponding events. Use the service substitution technique to register your custom service in place of the default service.

See the KeyboardHandlerServiceWrapper topic for sample code.

Inheritance

Object
MouseHandlerServiceWrapper
See Also