Back to Devexpress

PdfAnnotationDeletingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationdeletingeventargs-fcb20ed4.md

latest1.1 KB
Original Source

PdfAnnotationDeletingEventArgs.Cancel Property

Gets or sets whether the event should be canceled.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

true if the event should be canceled; otherwise, false.

|

See Also

PdfAnnotationDeletingEventArgs Class

PdfAnnotationDeletingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace