PhoneApplicationFrame Events

Include Protected Members
Include Inherited Members

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The PhoneApplicationFrame type exposes the following members.

Events

  Name Description
BackKeyPress Occurs when the hardware Back button is pressed.
BindingValidationError Occurs when a data validation error is reported by a binding source. (Inherited from FrameworkElement.)
DoubleTap Occurs when a DoubleTap gesture is committed while over this UIElement. (Inherited from UIElement.)
FragmentNavigation Occurs when navigation to a content fragment begins. (Inherited from Frame.)
GotFocus Occurs when a UIElement receives focus. (Inherited from UIElement.)
Hold Occurs when a Hold gesture is committed while over this UIElement. (Inherited from UIElement.)
IsEnabledChanged (Inherited from Control.)
JournalEntryRemoved This event is raised during a RemoveBackEntry()()() operation or during a normal back navigation after the Navigated event has been raised.
KeyDown Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement.)
KeyUp Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.)
LayoutUpdated Occurs when the layout of the Windows Phone visual tree changes. (Inherited from FrameworkElement.)
Loaded Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement.)
LostFocus Occurs when a UIElement loses focus. (Inherited from UIElement.)
LostMouseCapture Occurs when the UIElement loses touch capture. (Inherited from UIElement.)
ManipulationCompleted Occurs when a manipulation and inertia on the UIElement is complete. (Inherited from UIElement.)
ManipulationDelta Occurs when the input device changes position during a manipulation. (Inherited from UIElement.)
ManipulationStarted Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement.)
MouseEnter Occurs when a screen tap occurs within the bounding area of a UIElement. (Inherited from UIElement.)
MouseLeave Occurs when a touch event occurs outside the bounding area of a UIElement. (Inherited from UIElement.)
MouseLeftButtonDown Occurs when a UIElement is tapped. (Inherited from UIElement.)
MouseLeftButtonUp Occurs when the finger is lifted off of a UIElement (or while a UIElement holds touch capture). (Inherited from UIElement.)
MouseMove Occurs when the coordinate position of the finger on the screen while touching a UIElement (or while a UIElement holds touch capture). (Inherited from UIElement.)
MouseWheel Infrastructure. Occurs when the user rotates the mouse wheel while the mouse pointer is over a UIElement, or the UIElement has focus. (Inherited from UIElement.)
Navigated Occurs when the content that is being navigated to has been found and is available. (Inherited from Frame.)
Navigating Occurs when a new navigation is requested. (Inherited from Frame.)
NavigationFailed Occurs when an error is encountered while navigating to the requested content. (Inherited from Frame.)
NavigationStopped Occurs when a navigation is terminated by either calling the StopLoading()()() method, or when a new navigation is requested while the current navigation is in progress. (Inherited from Frame.)
Obscured Occurs when the shell chrome is covering the frame.
OrientationChanged Occurs when the Orientation property has changed.
SizeChanged Occurs when either the ActualHeight or the ActualWidth properties change value on a FrameworkElement. (Inherited from FrameworkElement.)
Tap Occurs when a Tap gesture is committed while over this UIElement. (Inherited from UIElement.)
TextInput Occurs when a UI element gets text in a device-independent manner. (Inherited from UIElement.)
TextInputStart Occurs when a UI element initially gets text in a device-independent manner. (Inherited from UIElement.)
TextInputUpdate Occurs when text continues to be composed via an input method editor (IME). (Inherited from UIElement.)
Unloaded Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement.)
Unobscured Occurs when the shell chrome is no longer covering the frame.

Top

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace