Skip to main content
All docs
V25.1
  • PdfAnnotationDeletingEventArgs(IPdfViewerAnnotation) Constructor

    Initializes a new instance of the PdfAnnotationDeletingEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.PdfViewer

    Assembly: DevExpress.Xpf.PdfViewer.v25.1.dll

    NuGet Package: DevExpress.Wpf.PdfViewer

    Declaration

    public PdfAnnotationDeletingEventArgs(
        IPdfViewerAnnotation annotation
    )

    Parameters

    Name Type Description
    annotation IPdfViewerAnnotation

    The annotation being deleted.

    See Also