VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationViewMouseEventArgs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationViewMouseEventArgs Class
    In This Topic
    Provides data for PDF annotation view mouse events.
    Object Model
    VisualToolMouseEventArgs PdfAnnotationView PdfAnnotationViewMouseEventArgs
    Syntax
    'Declaration
    
    Public Class PdfAnnotationViewMouseEventArgs
       Inherits PdfAnnotationViewEventArgs
    
    
    public class PdfAnnotationViewMouseEventArgs : PdfAnnotationViewEventArgs
    
    
    public __gc class PdfAnnotationViewMouseEventArgs : public PdfAnnotationViewEventArgs*
    
    
    public ref class PdfAnnotationViewMouseEventArgs : public PdfAnnotationViewEventArgs^
    
    
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationViewEventArgs
             Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationViewMouseEventArgs

    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