Skip to main content

PdfViewer Events

Allows you to display PDF files in .NET MAUI apps.
Name Description
BatchCommitted Occurs when a batch of property changes have been committed by calling BatchCommit(). Inherited from VisualElement.
BindingContextChanged Occurs when the value of the BindingContext property changes. Inherited from BindableObject.
ChildAdded Raised whenever a child element is added to the element. Inherited from Element.
ChildRemoved Raised whenever a child element is removed from the element. Inherited from Element.
ChildrenReordered Occurs when the order of this element’s children changes. Inherited from VisualElement.
DescendantAdded Raised whenever a child element is added to the element’s subtree. Inherited from Element.
DescendantRemoved Raised whenever a child element is removed from the elements subtree. Inherited from Element.
DocumentLoaded Occurs after the PDF viewer loads the PDF document.
Focused Occurs when this element is focused. Inherited from VisualElement.
MeasureInvalidated Occurs when the current measure of an element has been invalidated. Inherited from VisualElement.
PageTap Occurs when a user taps a point on the PDF viewer’s page area.
PasswordRequested Occurs each time the PDF viewer requests a user to enter a password to open a protected PDF file.
PropertyChanged Occurs when a property value changes. Inherited from BindableObject.
PropertyChanging Occurs when a property value is changing. Inherited from BindableObject.
SizeChanged Occurs when the size of an element changed. Inherited from VisualElement.
Tap Fires when a user taps a DXControlBase descendant. Inherited from DXControlBase.
TapPressed Fires when a user taps a DXControlBase descendant and a finger is not released. Inherited from DXControlBase.
TapReleased Fires when a user taps a DXControlBase descendant and a finger is released. Inherited from DXControlBase.
Unfocused Occurs when this element is unfocused. Inherited from VisualElement.
See Also