Answered by:
OrientatioChangedEvent in Windows Phone 8.1 Universal Apps.

Question
-
I have a statement in WP 8.0 and 8.1SL
this.OrientationChanged += new EventHandler<OrientationChangedEventArgs>(BrowserPage_OrientationChanged);
How to achieve this in Windows Phone 8.1 Universal Apps
Mohan Rajesh Komatlapalli
Thursday, March 26, 2015 10:39 AM
Answers
-
In Windows Phone 8.1 Universal Apps it will explode the SizeChanged event and you will get the previous size and new size in this event.
- Proposed as answer by Jamles Hez Tuesday, April 7, 2015 7:38 AM
- Marked as answer by Jamles Hez Thursday, April 9, 2015 9:55 AM
Thursday, March 26, 2015 11:19 AM -
Hi Mohan,
OrientationChanged | orientationchanged event this one is much easier for you to use instead of calculate the screen size.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Jamles Hez Tuesday, April 7, 2015 7:38 AM
- Marked as answer by Jamles Hez Thursday, April 9, 2015 9:55 AM
Friday, March 27, 2015 8:48 AM
All replies
-
In Windows Phone 8.1 Universal Apps it will explode the SizeChanged event and you will get the previous size and new size in this event.
- Proposed as answer by Jamles Hez Tuesday, April 7, 2015 7:38 AM
- Marked as answer by Jamles Hez Thursday, April 9, 2015 9:55 AM
Thursday, March 26, 2015 11:19 AM -
Hi Mohan,
OrientationChanged | orientationchanged event this one is much easier for you to use instead of calculate the screen size.
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Jamles Hez Tuesday, April 7, 2015 7:38 AM
- Marked as answer by Jamles Hez Thursday, April 9, 2015 9:55 AM
Friday, March 27, 2015 8:48 AM