Back to Devexpress

PdfViewer.AnnotationChanging Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-56d849ca.md

latest1.5 KB
Original Source

PdfViewer.AnnotationChanging Event

Occurs before an annotation‘s settings are changed.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<ValueChangingEventArgs<IPdfViewerAnnotation>> AnnotationChanging

Event Data

The AnnotationChanging event's data class is ValueChangingEventArgs<IPdfViewerAnnotation>. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
NewValueGets the new value.
OldValueGets the old value.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace