XFINIUM.PDF.View.Wpf Documentation
PdfVisualFieldAddEventArgs Constructor



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

Parameters

annotation
The field 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

PdfVisualFieldAddEventArgs Class
PdfVisualFieldAddEventArgs Members