XFINIUM.PDF.View.Wpf Documentation
PdfVisualAnnotationDeleteEventArgs Constructor



Xfinium.Pdf.View Namespace > PdfVisualAnnotationDeleteEventArgs Class : PdfVisualAnnotationDeleteEventArgs Constructor
The annotation that generated the event.
Initializes a new PdfVisualAnnotationDeleteEventArgs object.
Syntax
'Declaration
 
Public Function New( _
   ByVal annotation As PdfVisualAnnotation _
)
'Usage
 
Dim annotation As PdfVisualAnnotation
 
Dim instance As New PdfVisualAnnotationDeleteEventArgs(annotation)
public PdfVisualAnnotationDeleteEventArgs( 
   PdfVisualAnnotation annotation
)
public:
PdfVisualAnnotationDeleteEventArgs( 
   PdfVisualAnnotation^ annotation
)

Parameters

annotation
The annotation that generated the event.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotationDeleteEventArgs Class
PdfVisualAnnotationDeleteEventArgs Members