IMouseHandlerService Methods
Defines a service used to handle mouse events.| 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