2 out of 2 rated this helpful - Rate this topic

PhoneApplicationFrame.Obscured Event

July 26, 2012

Occurs when the shell chrome is covering the frame.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public event EventHandler<ObscuredEventArgs> Obscured
<object Obscured="EventHandler<ObscuredEventArgs>" .../>

There is no indication of which piece or pieces of the shell chrome are obscuring the application. An application will get the Obscured event immediately after coming to the foreground if there is already some UI covering the screen. However, the event is not raised when the application is navigated away from during usage.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.