protected override void OnOrientationChanged(OrientationChangedEventArgs e)
 {
     base.OnOrientationChanged(e);
     DeviceOrientationImplementation.NotifyOrientationChange(e);
 }
Beispiel #2
0
 public override void OnConfigurationChanged(Configuration newConfig)
 {
     base.OnConfigurationChanged(newConfig);
     DeviceOrientationImplementation.NotifyOrientationChange(newConfig);
 }
Beispiel #3
0
 public override void OnConfigurationChanged(global::Android.Content.Res.Configuration newConfig)
 {
     base.OnConfigurationChanged(newConfig);
     DeviceOrientationImplementation.NotifyOrientationChange(newConfig);
 }