PhoneApplicationPage.OnOrientationChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called after the Orientation property has been changed.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Protected Overridable Sub OnOrientationChanged ( _ e As OrientationChangedEventArgs _ )
Parameters
- e
- Type: Microsoft.Phone.Controls.OrientationChangedEventArgs
The event arguments.
Show: