PhoneApplicationFrame.Obscured Event

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

Syntax

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

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