WpfAnnotationCanvasOnMouseMove Method |
Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected override void OnMouseMove(
MouseEventArgs e
)
Protected Overrides Sub OnMouseMove (
e As MouseEventArgs
)
Parameters
- e
- Type: System.Windows.InputMouseEventArgs
The MouseEventArgs that contains the event data.
See Also