WpfAnnotationCanvasOnMouseUp Method |
Invoked when an unhandled MouseUp routed 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 OnMouseUp(
MouseButtonEventArgs e
)
Protected Overrides Sub OnMouseUp (
e As MouseButtonEventArgs
)
Parameters
- e
- Type: System.Windows.InputMouseButtonEventArgs
The MouseButtonEventArgs that contains the event data. The event data reports that the mouse button was released.
See Also