Share via


UIStatusBarFrameChangeEventArgs Class

Definition

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

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

Constructors

Name Description
UIStatusBarFrameChangeEventArgs(NSNotification)

Initializes a new instance of the UIStatusBarFrameChangeEventArgs class.

Properties

Name Description
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
StatusBarFrame

Applies to