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