Skip to main content

IMouseHandlerService Members

Defines a service used to handle mouse events.

Methods

Name Description
OnMouseDown(PortableMouseEventArgs) Override this method in a descending class to handle the MouseDown event.
OnMouseMove(PortableMouseEventArgs) Override this method in a descending class to handle the MouseMove event.
OnMouseUp(PortableMouseEventArgs) Override this method in a descending class to handle the MouseUp event.
OnMouseWheel(PortableMouseEventArgs) Override this method in a descending class to handle the MouseWheel event.
See Also