A newer version of this page is available.
Switch to the current version.
MouseHandlerServiceWrapper Class
Represents a base class for custom services used to process mouse events.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v18.2.dll
Declaration
public class MouseHandlerServiceWrapper :
IMouseHandlerService
Public Class MouseHandlerServiceWrapper
Implements 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.
Implements
Inheritance
Object
MouseHandlerServiceWrapper
See Also
Feedback