Share via


NSUbiquitousKeyValueStoreChangeEventArgs Class

Definition

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

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

Constructors

Name Description
NSUbiquitousKeyValueStoreChangeEventArgs(NSNotification)

Initializes a new instance of the NSUbiquitousKeyValueStoreChangeEventArgs class.

Properties

Name Description
ChangedKeys
ChangeReason
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to