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

PdfAnnotationDeletingEventArgs(IPdfViewerAnnotation) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfAnnotationDeletingEventArgs(
    IPdfViewerAnnotation annotation
)

Parameters

Name Type Description
annotation IPdfViewerAnnotation

The annotation being deleted.

See Also