NSValueTransformer.Notifications Class

Definition

public static class NSValueTransformer.Notifications
type NSValueTransformer.Notifications = class
Inheritance
NSValueTransformer.Notifications

Methods

ObserveCompletedInitialSync(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CompletedInitialSyncNotification constant.

ObserveCompletedInitialSync(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CompletedInitialSyncNotification constant.

ObserveDidChangeAccounts(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAccountsNotification constant.

ObserveDidChangeAccounts(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAccountsNotification constant.

ObserveSizeLimitExceeded(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the SizeLimitExceededNotification constant.

ObserveSizeLimitExceeded(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the SizeLimitExceededNotification constant.

ObserveUserDefaultsDidChange(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the UserDefaultsDidChangeNotification constant.

ObserveUserDefaultsDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the UserDefaultsDidChangeNotification constant.

Applies to