Back to Devexpress

PdfViewer Events

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-dot-underscore-events.md

latest9.4 KB
Original Source

PdfViewer Events

Allows you to display PDF files in .NET MAUI apps.

NameDescription
AnnotationChangedOccurs after an annotation‘s settings are changed.
AnnotationChangingOccurs before an annotation‘s settings are changed.
AnnotationCreatedOccurs after a new annotation is added to a PDF document page.
AnnotationCreatingOccurs before a newly-created annotation is added to a PDF document page.
AnnotationDeletedOccurs after an annotation is removed on a PDF document page.
AnnotationDeletingOccurs before an annotation is removed on a PDF document page.
AnnotationSelectionChangedOccurs when an annotation is selected.
BatchCommittedOccurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAddedRaised whenever a child element is added to the element. Inherited from Element.
ChildRemovedRaised whenever a child element is removed from the element. Inherited from Element.
ChildrenReorderedOccurs when the order of this element’s children changes. Inherited from VisualElement.
ContentSelectionChangedOccurs when the selection area is adjusted in the current document.
DescendantAddedRaised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemovedRaised whenever a child element is removed from the elements subtree. Inherited from Element.
DocumentLoadedOccurs after the PDF viewer loads the PDF document.
FocusChangeRequestedOccurs when a focus change is requested. Inherited from VisualElement.
FocusedOccurs when this element is focused. Inherited from VisualElement.
FormFieldEditorShowingOccurs once a user taps a field and before an editor is shown in-place of the field.
FormFieldValueChangedOccurs after changes are applied to a form field.
FormFieldValueChangingOccurs before changes are applied to a form field.
MeasureInvalidatedOccurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PageTapOccurs when a user taps a point on the PDF viewer’s page area.
PasswordRequestedOccurs each time the PDF viewer requests a user to enter a password to open a protected PDF file.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.
ReferencedDocumentOpeningOccurs when a user taps a push-button in the current PDF document to open another PDF document.
SignatureChangedOccurs after a signature property’s value is changed.
SignatureCreatedOccurs after a new signature is added to a page.
SignatureCreatingOccurs before a signature is added so you can cancel adding the signature.
SignatureDeletedOccurs after a signature is deleted.
SignatureDeletingOccurs before a signature is deleted so you can cancel the deletion action.
SignatureSelectionChangedOccurs if a signature is selected or deselected.
SizeChangedOccurs when the size of an element changed. Inherited from VisualElement.
TapFires when a user taps a DXControlBase descendant. Inherited from DXControlBase.
TapPressedFires when a user taps a DXControlBase descendant and a finger is not released. Inherited from DXControlBase.
TapReleasedFires when a user taps a DXControlBase descendant and a finger is released. Inherited from DXControlBase.
UnfocusedOccurs when this element is unfocused. Inherited from VisualElement.
UriOpeningOccurs when a user taps a push-button in the current PDF document to open a link.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace