UIStatusBarOrientationChangeEventArgs Class

Definition

Provides data for the event.

public class UIStatusBarOrientationChangeEventArgs : Foundation.NSNotificationEventArgs
type UIStatusBarOrientationChangeEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
UIStatusBarOrientationChangeEventArgs

Constructors

UIStatusBarOrientationChangeEventArgs(NSNotification)

Initializes a new instance of the UIStatusBarOrientationChangeEventArgs class.

Properties

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
StatusBarOrientation

The new orientation of the T:UIKit.UIStatusBar.

Applies to