Skip to main content
All docs
V24.1

PdfAnnotationDeletingEventArgs(IPdfViewerAnnotation) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfAnnotationDeletingEventArgs(
    IPdfViewerAnnotation annotation
)

Parameters

Name Type Description
annotation IPdfViewerAnnotation

The annotation being deleted.

See Also