WpfPdfLineAnnotationOnMouseUp Method |
Namespace:
Atalasoft.Annotate.Wpf.Pdf
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 instance containing the event data.
See Also