VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / OnFocusedAnnotationViewChanged(WpfAnnotationViewChangedEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnFocusedAnnotationViewChanged(WpfAnnotationViewChangedEventArgs) Method (WpfImageMeasureTool)
    In This Topic
    Syntax
    'Declaration
    
    Protected Overrides Sub OnFocusedAnnotationViewChanged( _
    ByVal e
    An WpfAnnotationViewChangedEventArgs that contains the event data.
    As Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewChangedEventArgs _
    )
    protected override void OnFocusedAnnotationViewChanged(
    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewChangedEventArgs e
    )
    protected: void OnFocusedAnnotationViewChanged(
    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewChangedEventArgs* e
    ); override
    protected:
    void OnFocusedAnnotationViewChanged(
    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewChangedEventArgs^ e
    ); override

    Parameters

    e
    An WpfAnnotationViewChangedEventArgs 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