PhoneApplicationFrame.Unobscured Event

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

Occurs when the shell chrome is no longer covering the frame.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event Unobscured As EventHandler
public event EventHandler Unobscured
<object Unobscured="EventHandler" .../>

Remarks

An application will get the Unobscured event immediately after coming to the foreground if there is no UI covering the screen.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace