VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfLinkAnnotationView Class / OnMouseLeftButtonUp(MouseButtonEventArgs) Method
Syntax Requirements SeeAlso
    OnMouseLeftButtonUp(MouseButtonEventArgs) Method (WpfLinkAnnotationView)
    Invoked when the user has released the mouse over the annotation.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnMouseLeftButtonUp( _
    ByVal e
    A System.Windows.Input.MouseButtonEventArgs that contains the event data.
    As System.Windows.Input.MouseButtonEventArgs _
    )
     

    Parameters

    e
    A System.Windows.Input.MouseButtonEventArgs that contains the event data.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also