Back to Devexpress

PdfAnnotationChangingEventArgs.Cancel Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationchangingeventargs-95f8cc8f.md

latest1.1 KB
Original Source

PdfAnnotationChangingEventArgs.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

PdfAnnotationChangingEventArgs Class

PdfAnnotationChangingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace