PhoneApplicationPage.OnOrientationChanged Method

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

Syntax

'Declaration
Protected Overridable Sub OnOrientationChanged ( _
    e As OrientationChangedEventArgs _
)
protected virtual void OnOrientationChanged(
    OrientationChangedEventArgs e
)
protected:
virtual void OnOrientationChanged(
    OrientationChangedEventArgs^ e
)
abstract OnOrientationChanged : 
        e:OrientationChangedEventArgs -> unit  
override OnOrientationChanged : 
        e:OrientationChangedEventArgs -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationPage Class

Microsoft.Phone.Controls Namespace