Share via


UIApplicationLaunchEventArgs Class

Definition

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

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

Constructors

Name Description
UIApplicationLaunchEventArgs(NSNotification)

Initializes a new instance of the UIApplicationLaunchEventArgs class.

Properties

Name Description
LocationLaunch
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
RemoteNotifications
SourceApplication
Url

Applies to