Click or drag to resize

OAuthLoginPage Events

The OAuthLoginPage type exposes the following members.

Events
  NameDescription
Public eventAppearing
Indicates that the Page is about to appear.
(Inherited from Page.)
Public eventBindingContextChanged
Raised whenever the BindingContext property changes.
(Inherited from BindableObject.)
Public eventChildAdded
Occurs whenever a child element is added to the element.
(Inherited from Element.)
Public eventChildRemoved
Occurs whenever a child element is removed from the element.
(Inherited from Element.)
Public eventChildrenReordered
Occurs when the Children of a VisualElement have been re-ordered.
(Inherited from VisualElement.)
Public eventDescendantAdded
Occurs whenever a child element is added to the elements subtree.
(Inherited from Element.)
Public eventDescendantRemoved
Occurs whenever a child element is removed from the elements subtree.
(Inherited from Element.)
Public eventDisappearing
Indicates that the Page is about to cease displaying.
(Inherited from Page.)
Public eventFocused
Occurs when the element receives focus.
(Inherited from VisualElement.)
Public eventLayoutChanged
Raised when the layout of the Page has changed.
(Inherited from Page.)
Public eventMeasureInvalidated
Event that is raised when the layout of a visual element is invalidated.
(Inherited from VisualElement.)
Public eventPropertyChanged
Raised when a property has changed.
(Inherited from BindableObject.)
Public eventPropertyChanging
Raised when a property is about to change.
(Inherited from BindableObject.)
Public eventSizeChanged
Occurs when either the Width or the Height properties change value on this element.
(Inherited from VisualElement.)
Public eventUnfocused
Occurs when the element loses focus.
(Inherited from VisualElement.)
Top
See Also