UIStatusBarFrameChangeEventArgs クラス

定義

イベントにデータを提供します。

public class UIStatusBarFrameChangeEventArgs : Foundation.NSNotificationEventArgs
type UIStatusBarFrameChangeEventArgs = class
    inherit NSNotificationEventArgs
継承
UIStatusBarFrameChangeEventArgs

コンストラクター

UIStatusBarFrameChangeEventArgs(NSNotification)

UIStatusBarFrameChangeEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Notification

ポストされた通知の基になる NSNotification オブジェクト。

(継承元 NSNotificationEventArgs)
StatusBarFrame

UIStatusBar のフレームを定義する RectangleF。

適用対象