Share via


UIStatusBarOrientationChangeEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

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

Constructors

Name Description
UIStatusBarOrientationChangeEventArgs(NSNotification)

Initializes a new instance of the UIStatusBarOrientationChangeEventArgs class.

Properties

Name Description
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
StatusBarOrientation

Applies to