VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / FocusedAnnotationViewChanging Event
Syntax Requirements SeeAlso
In This Topic
    FocusedAnnotationViewChanging Event (PdfAnnotationTool)
    In This Topic
    Occurs when the FocusedAnnotationView is changing.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Occurs when the FocusedAnnotationView is changing.")>
    <CategoryAttribute("VintaSoft, Annotation")>
    Public Event FocusedAnnotationViewChanging As System.EventHandler(Of PdfAnnotationViewChangingEventArgs)
    
    
    [Description("Occurs when the FocusedAnnotationView is changing.")]
    [Category("VintaSoft, Annotation")]
    public event System.EventHandler<PdfAnnotationViewChangingEventArgs> FocusedAnnotationViewChanging
    
    
    [Description("Occurs when the FocusedAnnotationView is changing.")]
    [Category("VintaSoft, Annotation")]
    public: __event System.EventHandler<PdfAnnotationViewChangingEventArgs*>* FocusedAnnotationViewChanging
    
    
    [Description("Occurs when the FocusedAnnotationView is changing.")]
    [Category("VintaSoft, Annotation")]
    public:
    event System.EventHandler<PdfAnnotationViewChangingEventArgs^>^ FocusedAnnotationViewChanging
    Requirements

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

    See Also