PhoneApplicationFrame.Unobscured Event

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event Unobscured As EventHandler
public event EventHandler Unobscured
public:
 event EventHandler^ Unobscured {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Unobscured : IEvent<EventHandler,
    EventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace