CPApplicationDelegate.DidChangeStatusBarOrientation Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica che l'orientamento della barra di stato è cambiato.
[Foundation.Export("application:didChangeStatusBarOrientation:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidChangeStatusBarOrientation (UIKit.UIApplication application, UIKit.UIInterfaceOrientation oldStatusBarOrientation);
abstract member DidChangeStatusBarOrientation : UIKit.UIApplication * UIKit.UIInterfaceOrientation -> unit
override this.DidChangeStatusBarOrientation : UIKit.UIApplication * UIKit.UIInterfaceOrientation -> unit
Parametri
- application
- UIApplication
Riferimento all'interfaccia utenteApplication che ha richiamato questo metodo delegato.
- oldStatusBarOrientation
- UIInterfaceOrientation
Orientamento precedente della barra di stato.
- Attributi
Commenti
Al termine di questo metodo, i sistemi pubblicano un oggetto UIApplicationDidChangeStatusBarOrientationNotification
(vedere ObserveDidChangeStatusBarOrientation).