O2S.Components.PDF4NET.View.Win Documentation
PDFVisualFieldAddEventArgs Class
Members 



O2S.Components.PDF4NET.View Namespace : PDFVisualFieldAddEventArgs Class
Defines the event arguments for PDFDocumentView.BeforeFieldAdd and PDFDocumentView.AfterFieldAdd events.
Object Model
PDFVisualFieldAddEventArgs ClassPDFVisualField Class
Syntax
'Declaration
 
Public Class PDFVisualFieldAddEventArgs 
   Inherits PDFVisualFieldEventArgs
'Usage
 
Dim instance As PDFVisualFieldAddEventArgs
public class PDFVisualFieldAddEventArgs : PDFVisualFieldEventArgs 
public ref class PDFVisualFieldAddEventArgs : public PDFVisualFieldEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      O2S.Components.PDF4NET.View.PDFVisualFieldEventArgs
         O2S.Components.PDF4NET.View.PDFVisualFieldAddEventArgs

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also