Skip to main content
A newer version of this page is available. .
All docs
V20.2

PdfAnnotationDeletingEventArgs(IPdfViewerAnnotation) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public PdfAnnotationDeletingEventArgs(
    IPdfViewerAnnotation annotation
)

Parameters

Name Type Description
annotation IPdfViewerAnnotation

The annotation being deleted.

See Also