VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfTextMarkupTool Class / MarkupAnnotationCreated Event
Syntax Requirements SeeAlso
In This Topic
    MarkupAnnotationCreated Event (PdfTextMarkupTool)
    In This Topic
    Occurs when markup annotation is created.
    Syntax
    'Declaration
    
    Public Event MarkupAnnotationCreated As System.EventHandler(Of PdfMarkupAnnotationEventArgs)
    
    
    public event System.EventHandler<PdfMarkupAnnotationEventArgs> MarkupAnnotationCreated
    
    
    public: __event System.EventHandler<PdfMarkupAnnotationEventArgs*>* MarkupAnnotationCreated
    
    
    public:
    event System.EventHandler<PdfMarkupAnnotationEventArgs^>^ MarkupAnnotationCreated
    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