UIStatusBarOrientationChangeEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントにデータを提供します。
public class UIStatusBarOrientationChangeEventArgs : Foundation.NSNotificationEventArgs
type UIStatusBarOrientationChangeEventArgs = class
inherit NSNotificationEventArgs
- 継承
コンストラクター
UIStatusBarOrientationChangeEventArgs(NSNotification) |
UIStatusBarOrientationChangeEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
Notification |
ポストされた通知の基になる NSNotification オブジェクト。 (継承元 NSNotificationEventArgs) |
StatusBarOrientation |
UIKit.UIStatusBar の新しい向き。 |