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



O2S.Components.PDF4NET.View Namespace : PDFVisualAnnotationDeleteEventArgs Class
Defines the event arguments for PDFDocumentView.BeforeAnnotationDelete and PDFDocumentView.AfterAnnotationDelete events.
Object Model
PDFVisualAnnotationDeleteEventArgs ClassPDFVisualAnnotation Class
Syntax
'Declaration
 
Public Class PDFVisualAnnotationDeleteEventArgs 
   Inherits PDFVisualAnnotationEventArgs
'Usage
 
Dim instance As PDFVisualAnnotationDeleteEventArgs
public class PDFVisualAnnotationDeleteEventArgs : PDFVisualAnnotationEventArgs 
public ref class PDFVisualAnnotationDeleteEventArgs : public PDFVisualAnnotationEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      O2S.Components.PDF4NET.View.PDFVisualAnnotationEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationDeleteEventArgs

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