Back to Devexpress

PdfViewer.SignatureSelectionChanged Event

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-140f4e2e.md

latest1.3 KB
Original Source

PdfViewer.SignatureSelectionChanged Event

Occurs if a signature is selected or deselected.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public event EventHandler<ValueChangedEventArgs<PdfHandwrittenSignature>> SignatureSelectionChanged

Event Data

The SignatureSelectionChanged event's data class is ValueChangedEventArgs<PdfHandwrittenSignature>. The following properties provide information specific to this event:

PropertyDescription
NewValueGets the new value.
OldValueGets the old value.

Remarks

For more information about signatures, refer to the following help topic: Sign Documents.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace