Share via


NSSpellChecker.Notifications Class

Definition

Notifications posted by the NSSpellChecker class.

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

Remarks

This class contains various helper methods that allow developers to observe events posted in the notification hub (NSNotificationCenter).

The methods defined in this class post events that invoke the provided method or lambda with a NSNotificationEventArgs parameter, which contains strongly typed properties for the notification arguments.

Methods

Name Description
ObserveDidChangeAutomaticCapitalization(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticCapitalizationNotification constant.

ObserveDidChangeAutomaticCapitalization(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticCapitalizationNotification constant.

ObserveDidChangeAutomaticInlinePrediction(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticInlinePredictionNotification constant.

ObserveDidChangeAutomaticInlinePrediction(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticInlinePredictionNotification constant.

ObserveDidChangeAutomaticPeriodSubstitution(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticPeriodSubstitutionNotification constant.

ObserveDidChangeAutomaticPeriodSubstitution(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticPeriodSubstitutionNotification constant.

ObserveDidChangeAutomaticSpellingCorrection(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticSpellingCorrectionNotification constant.

ObserveDidChangeAutomaticSpellingCorrection(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticSpellingCorrectionNotification constant.

ObserveDidChangeAutomaticTextCompletion(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticTextCompletionNotification constant.

ObserveDidChangeAutomaticTextCompletion(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticTextCompletionNotification constant.

ObserveDidChangeAutomaticTextReplacement(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticTextReplacementNotification constant.

ObserveDidChangeAutomaticTextReplacement(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidChangeAutomaticTextReplacementNotification constant.

Applies to